mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
sleep -> Sleep
This commit is contained in:
parent
9f84e52ea3
commit
4fb5dd0421
@ -15,7 +15,7 @@ def layout_homescreen():
|
||||
|
||||
animation = ui.animate_pulse(func, ui.WHITE, ui.GREY, speed=400000)
|
||||
|
||||
timeout = loop.sleep(5000 * 1000)
|
||||
timeout = loop.Sleep(5000 * 1000)
|
||||
|
||||
yield loop.Wait([animation, timeout])
|
||||
print('back to layout')
|
||||
|
Loading…
Reference in New Issue
Block a user