Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jun 14, 2022
1 parent 290fbfc commit 56270c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"short_name": "Privacy",
"version": "0.2.6",
"version": "0.2.7",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down
2 changes: 1 addition & 1 deletion pkg/privacy_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __init__(self, verbose=False):
should_save_persistent_data = True

if 'printer_interval' not in self.persistent_data:
self.persistent_data['printer_interval'] = 'none':
self.persistent_data['printer_interval'] = 'none'
should_save_persistent_data = True

if should_save_persistent_data:
Expand Down

0 comments on commit 56270c1

Please sign in to comment.