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

Fix: Handle Game tips

This commit is contained in:
LmeSzinc
2020-11-26 17:52:24 +08:00
parent 4e564cbf71
commit 4e9d46fb85
2 changed files with 9 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ class EnemySearchingHandler(InfoHandler):
logger.info('Enemy searching timeout.')
break
self.device.screenshot()
return True
def handle_in_map_no_enemy_searching(self):