cuu 6 years ago
parent
commit
0959a87501
3 changed files with 7 additions and 5 deletions
  1. 1 1
      sys.py/.powerlevel
  2. 1 1
      sys.py/UI/counter_screen.py
  3. 5 3
      sys.py/run.py

+ 1 - 1
sys.py/.powerlevel

@@ -1 +1 @@
-balance_saving
+supersaving

+ 1 - 1
sys.py/UI/counter_screen.py

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

+ 5 - 3
sys.py/run.py

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