Browse Source

Also need to import this.

CURA-7180
Remco Burema 4 years ago
parent
commit
e1490a68df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cura/OAuth2/KeyringAttribute.py

+ 1 - 0
cura/OAuth2/KeyringAttribute.py

@@ -15,6 +15,7 @@ if TYPE_CHECKING:
 import sys
 from UM.Platform import Platform
 if Platform.isWindows() and hasattr(sys, "frozen"):
+    import win32timezone
     from keyring.backends.Windows import WinVaultKeyring
     keyring.set_keyring(WinVaultKeyring())