From e1490a68dfd1d84bf9b0e85b0cd33c2ffcdae324 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 30 Mar 2021 21:46:19 +0200 Subject: [PATCH] Also need to import this. CURA-7180 --- cura/OAuth2/KeyringAttribute.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/OAuth2/KeyringAttribute.py b/cura/OAuth2/KeyringAttribute.py index 1cc1424e8f..76385d6a0b 100644 --- a/cura/OAuth2/KeyringAttribute.py +++ b/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())