You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Recent keyring updates (8.4ish, 5.6 worked) started errorring out on me, saying something along the lines of "No suitable backends available". Since the case of not having the password in the keyring is already covered in the code, the whole package can be made optional by simply wrapping the import in a try-block.
The text was updated successfully, but these errors were encountered:
Recent keyring updates (
8.4
ish,5.6
worked) started errorring out on me, saying something along the lines of "No suitable backends available". Since the case of not having the password in the keyring is already covered in the code, the whole package can be made optional by simply wrapping the import in atry
-block.The text was updated successfully, but these errors were encountered: