fix: increased delay before shutting down to allow slower displays to update (closes #446)
This commit is contained in:
parent
3c32bbb582
commit
31d401e03b
@ -103,7 +103,7 @@ def shutdown():
|
|||||||
if view.ROOT:
|
if view.ROOT:
|
||||||
view.ROOT.on_shutdown()
|
view.ROOT.on_shutdown()
|
||||||
# give it some time to refresh the ui
|
# give it some time to refresh the ui
|
||||||
time.sleep(5)
|
time.sleep(10)
|
||||||
os.system("sync")
|
os.system("sync")
|
||||||
os.system("halt")
|
os.system("halt")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user