1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 09:33:32 +08:00

Revert "Revert "Merge branch 'dev' of https://github.com/LmeSzinc/AzurLaneAutoScript into dev""

This reverts commit ac9303012c.
This commit is contained in:
whoamikyo
2020-08-18 20:48:14 -03:00
parent ac9303012c
commit 09d3f695de
741 changed files with 18944 additions and 8381 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()