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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user