mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
InspectionTeam
This commit is contained in:
parent
495c586268
commit
1219bbbb5a
@ -123,7 +123,7 @@ def InspectionTeam(main_screen):
|
|||||||
content = f.readlines()
|
content = f.readlines()
|
||||||
content = [x.strip() for x in content]
|
content = [x.strip() for x in content]
|
||||||
brt=int(content[0])
|
brt=int(content[0])
|
||||||
if brt > 1:
|
if brt > 0:
|
||||||
last_brt = brt ## remember brt for restore
|
last_brt = brt ## remember brt for restore
|
||||||
|
|
||||||
brt = 1
|
brt = 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user