Skip to content

Commit

Permalink
Try if we can get rid of this workaround.
Browse files Browse the repository at this point in the history
done part of CURA-11622
  • Loading branch information
rburema committed Dec 10, 2024
1 parent 23cc0b4 commit ef02ab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cura/OAuth2/KeyringAttribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import sys
from UM.Platform import Platform
if Platform.isWindows():
if hasattr(sys, "frozen"):
import win32timezone
from keyring.backends.Windows import WinVaultKeyring
keyring.set_keyring(WinVaultKeyring())
if Platform.isOSX():
Expand Down

0 comments on commit ef02ab5

Please sign in to comment.