1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: Increase interval of exercise timer

- Fix 10-2 map logic
This commit is contained in:
LmeSzinc
2020-07-14 00:24:44 +08:00
parent 0f26b4ee3c
commit de50cd1b82
3 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ from module.exercise.assets import *
class ExerciseEquipment(Equipment):
def _active_edit(self):
timer = Timer(1)
timer = Timer(5)
while 1:
self.device.screenshot()
@@ -19,7 +19,7 @@ class ExerciseEquipment(Equipment):
break
def _inactive_edit(self):
timer = Timer(1)
timer = Timer(5)
while 1:
self.device.screenshot()