Fix AttributeError

This commit is contained in:
croneter 2018-09-16 14:02:27 +02:00
parent 4cf191cbb4
commit c7bb333e97

View file

@ -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()