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

Fix: Pinned zone showing slowly after os_map_goto_globe

- Fix: os_auto_search_quit
This commit is contained in:
LmeSzinc
2021-04-24 17:23:49 +08:00
parent dcae813f0a
commit 45684daebb
3 changed files with 17 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ class MapEventHandler(EnemySearchingHandler):
break
def os_auto_search_quit(self):
confirm_timer = Timer(1, count=2)
confirm_timer = Timer(1, count=2).start()
while 1:
self.device.screenshot()