mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 07:05:02 +08:00
Fix: fix Game Stuck handler to GameTooManyClickError
This commit is contained in:
6
alas.py
6
alas.py
@@ -33,6 +33,12 @@ class AzurLaneAutoScript:
|
||||
az.app_restart()
|
||||
az.ensure_no_unfinished_campaign()
|
||||
continue
|
||||
except GameTooManyClickError as e:
|
||||
logger.warning(e)
|
||||
az = LoginHandler(self.config, device=self.device)
|
||||
az.app_restart()
|
||||
az.ensure_no_unfinished_campaign()
|
||||
continue
|
||||
except GameStuckError as e:
|
||||
logger.warning(e)
|
||||
self.save_error_log()
|
||||
|
||||
Reference in New Issue
Block a user