Don't unlock Keyring for now.

We need a proper implementation for a collection before unlocking the Keyring.
This commit is contained in:
Bilal Elmoussaoui 2019-01-01 16:04:54 +00:00
parent 90e83ce283
commit 4336f6f1e6

View file

@ -43,7 +43,6 @@ class Keyring:
@staticmethod
def get_default():
if Keyring.instance is None:
Secret.Service.unlock_sync()
Keyring.instance = Keyring()
return Keyring.instance