mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
correct local_state
This commit is contained in:
parent
15db75e825
commit
5d0f11be09
@ -154,7 +154,7 @@ class Browser:
|
||||
"exception writing cookie file at %s",
|
||||
cookie_location, exc_info=True)
|
||||
|
||||
local_state = {'browser': ['enable-brotli@2']}
|
||||
local_state = {'browser':{'enabled_labs_experiments':['enable-brotli@2']}}
|
||||
local_state_location = os.path.join(data_dir, 'Local State')
|
||||
try:
|
||||
with open(local_state_location, 'w+') as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user