mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 10:18:51 +01:00
...
This commit is contained in:
parent
c2992b65e4
commit
39c559537c
@ -163,9 +163,6 @@ def InspectionTeam(main_screen):
|
|||||||
elif cur_time - everytime_keydown > time_3 and passout_time_stage == 2:
|
elif cur_time - everytime_keydown > time_3 and passout_time_stage == 2:
|
||||||
print("Power Off counting down")
|
print("Power Off counting down")
|
||||||
|
|
||||||
if main_screen._CounterScreen._Counting == True:
|
|
||||||
return True
|
|
||||||
|
|
||||||
main_screen._CounterScreen.Draw()
|
main_screen._CounterScreen.Draw()
|
||||||
main_screen._CounterScreen.SwapAndShow()
|
main_screen._CounterScreen.SwapAndShow()
|
||||||
main_screen._CounterScreen.StartCounter()
|
main_screen._CounterScreen.StartCounter()
|
||||||
@ -183,6 +180,8 @@ def InspectionTeam(main_screen):
|
|||||||
f.truncate()
|
f.truncate()
|
||||||
f.close()
|
f.close()
|
||||||
main_screen._TitleBar._InLowBackLight = 0
|
main_screen._TitleBar._InLowBackLight = 0
|
||||||
|
|
||||||
|
passout_time_stage = 4
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user