This commit is contained in:
Eshan Ramesh 2020-05-26 09:59:33 -04:00
parent d74dd3bb6f
commit f784fde7db

View file

@ -110,7 +110,9 @@ def set_keychain(journal_name, password):
try:
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/")
print(
"Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/"
)
def yesno(prompt, default=True):