Fix AttributeError
This commit is contained in:
parent
4cf191cbb4
commit
c7bb333e97
1 changed files with 2 additions and 1 deletions
|
@ -231,7 +231,8 @@ def _sign_in_with_pin():
|
|||
from .windows import signin, background
|
||||
|
||||
background.setSplash(False)
|
||||
back = background.Background.create()
|
||||
back = signin.Background.create()
|
||||
pre = signin.PreSignInWindow.open()
|
||||
|
||||
try:
|
||||
pre = signin.PreSignInWindow.open()
|
||||
|
|
Loading…
Reference in a new issue