src/trezor/workflow: fix last commit

This commit is contained in:
Pavol Rusnak 2018-03-01 05:24:57 +01:00
parent eda280213f
commit 63773e99b7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ def startdefault(layout):
def restartdefault():
global default_handler
d = default_handler
global default_layout
d = default_layout
closedefault()
startdefault(d)