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