Skip to content
Snippets Groups Projects
Commit f217ae91 authored by steve-e's avatar steve-e
Browse files

Fix indentation. Please test patches before commiting...

parent ea8af848
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ class SimplePasswordStorage(PasswordStorage):
class GnomePasswordStorage(PasswordStorage):
def __init__(self):
self.keyring = gnomekeyring.get_default_keyring_sync()
if self.keyring is None:
self.keyring = gnomekeyring.get_default_keyring_sync()
if self.keyring is None:
self.keyring = 'default'
try:
gnomekeyring.create_sync(self.keyring, None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment