1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 15:13:45 +08:00

Del: AutoSearchSetError

This commit is contained in:
2025-10-18 02:57:49 +08:00
parent 3b1cb56036
commit 1cd3a1f386
6 changed files with 4 additions and 26 deletions

View File

@@ -125,10 +125,6 @@ class AzurLaneAutoScript:
content=f"<{self.config_name}> RequestHumanTakeover",
)
exit(1)
except AutoSearchSetError:
logger.critical('Auto search could not be set correctly. Maybe your ships in hard mode are changed.')
logger.critical('Request human takeover.')
exit(1)
except Exception as e:
logger.exception(e)
self.save_error_log()