diff --git a/sys.py/run.py b/sys.py/run.py index 30e7d0e..70abdf4 100644 --- a/sys.py/run.py +++ b/sys.py/run.py @@ -123,7 +123,7 @@ def InspectionTeam(main_screen): content = f.readlines() content = [x.strip() for x in content] brt=int(content[0]) - if brt > 1: + if brt > 0: last_brt = brt ## remember brt for restore brt = 1