mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
commit
4f05962cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def get_password(username, resource, _lock=threading.Lock()):
|
||||||
if keyring is not None and \
|
if keyring is not None and \
|
||||||
click.confirm('Save this password in the keyring?',
|
click.confirm('Save this password in the keyring?',
|
||||||
default=False):
|
default=False):
|
||||||
keyring.set_password(password_key_prefix + resource,
|
keyring.set_password(password_key_prefix + host,
|
||||||
username, password)
|
username, password)
|
||||||
|
|
||||||
return password
|
return password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue