InspectionTeam

This commit is contained in:
cuu 2018-07-03 18:45:06 +08:00 committed by clockworkpi
parent 10f7e35e2e
commit 3db3b0e8b3

View File

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