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