mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
black
This commit is contained in:
parent
d74dd3bb6f
commit
f784fde7db
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue