Skip to content
Snippets Groups Projects
Commit 0dcb860f authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'master' of dev.funkwhale.audio:funkwhale/cli

parents 5f6d7c09 e3148c74
No related branches found
No related tags found
No related merge requests found
Pipeline #11880 passed
......@@ -57,7 +57,10 @@ class lazy_credential:
def init_keyring():
# small hack to fix some weird issues with pyinstaller and keyring
# there seems to be a cache issue somewhere
try:
del keyring.backend.get_all_keyring.__wrapped__.always_returns
except AttributeError:
pass
keyring.core.init_backend()
# /end of hack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment