mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
bug fix
This commit is contained in:
parent
39c559537c
commit
0959a87501
@ -1 +1 @@
|
||||
balance_saving
|
||||
supersaving
|
||||
@ -4,7 +4,7 @@ import pygame
|
||||
import gobject
|
||||
import commands
|
||||
## local package import
|
||||
from constants import Width,Height
|
||||
from constants import Width,Height,RUNSYS
|
||||
from label import Label
|
||||
from fonts import fonts
|
||||
from full_screen import FullScreen
|
||||
|
||||
@ -134,7 +134,7 @@ def InspectionTeam(main_screen):
|
||||
f.truncate()
|
||||
f.close()
|
||||
|
||||
main_screen._TitleBar._InLowBackLight = 0
|
||||
main_screen._TitleBar._InLowBackLight = 0
|
||||
|
||||
if time_2 != 0:
|
||||
passout_time_stage = 1 # next
|
||||
@ -154,7 +154,8 @@ def InspectionTeam(main_screen):
|
||||
f.write(str(brt))
|
||||
f.truncate()
|
||||
f.close()
|
||||
main_screen._TitleBar._InLowBackLight = 0
|
||||
|
||||
main_screen._TitleBar._InLowBackLight = 0
|
||||
|
||||
if time_3 != 0:
|
||||
passout_time_stage = 2 # next
|
||||
@ -179,7 +180,8 @@ def InspectionTeam(main_screen):
|
||||
f.write(str(brt))
|
||||
f.truncate()
|
||||
f.close()
|
||||
main_screen._TitleBar._InLowBackLight = 0
|
||||
|
||||
main_screen._TitleBar._InLowBackLight = 0
|
||||
|
||||
passout_time_stage = 4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user