From 0959a8750181674a7e1d76efb4af71d3d28b879b Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 5 Jul 2018 12:52:31 +0800 Subject: [PATCH] bug fix --- sys.py/.powerlevel | 2 +- sys.py/UI/counter_screen.py | 2 +- sys.py/run.py | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sys.py/.powerlevel b/sys.py/.powerlevel index 69265fc..d3ae11b 100644 --- a/sys.py/.powerlevel +++ b/sys.py/.powerlevel @@ -1 +1 @@ -balance_saving \ No newline at end of file +supersaving \ No newline at end of file diff --git a/sys.py/UI/counter_screen.py b/sys.py/UI/counter_screen.py index 76e2638..5e8cce1 100644 --- a/sys.py/UI/counter_screen.py +++ b/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 diff --git a/sys.py/run.py b/sys.py/run.py index 5ea9fac..90e4188 100644 --- a/sys.py/run.py +++ b/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