sleep -> Sleep

This commit is contained in:
Jan Pochyla 2016-05-17 15:15:17 +02:00 committed by Pavol Rusnak
parent 9f84e52ea3
commit 4fb5dd0421
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

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