This commit is contained in:
Eshan Ramesh 2020-05-27 18:23:26 -04:00
parent 660dc4fc28
commit 45c53d61d3

View file

@ -109,7 +109,8 @@ def set_keychain(journal_name, password):
keyring.set_password("jrnl", journal_name, password)
except keyring.errors.NoKeyringError:
print(
"Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/",file=sys.stderr
"Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/",
file=sys.stderr,
)