mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Opt: Save logs if catching GameTooManyClickError
This commit is contained in:
4
alas.py
4
alas.py
@@ -35,9 +35,9 @@ class AzurLaneAutoScript:
|
||||
continue
|
||||
except GameTooManyClickError as e:
|
||||
logger.warning(e)
|
||||
self.save_error_log()
|
||||
az = LoginHandler(self.config, device=self.device)
|
||||
az.app_restart()
|
||||
az.ensure_no_unfinished_campaign()
|
||||
az.handle_game_stuck()
|
||||
continue
|
||||
except GameStuckError as e:
|
||||
logger.warning(e)
|
||||
|
||||
Reference in New Issue
Block a user