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

Fix: Stop if encountered unexpected errors

- Fix: meow_additional
- Fix:Missing config
This commit is contained in:
LmeSzinc
2021-09-22 00:13:32 +08:00
parent b3580c427e
commit b4df3f8a9d
3 changed files with 13 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ class AzurLaneAutoScript:
except Exception as e:
logger.exception(e)
self.save_error_log()
return False
exit(1)
def save_error_log(self):
"""