mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Fix: fixed guild logistics refresh bug
- Now Azur Lane will be closed for 10 minutes when triggered guild logistics refresh bug
This commit is contained in:
8
alas.py
8
alas.py
@@ -45,6 +45,14 @@ class AzurLaneAutoScript:
|
||||
az = LoginHandler(self.config, device=self.device)
|
||||
az.handle_game_stuck()
|
||||
continue
|
||||
except LogisticsRefreshBugHandler as e:
|
||||
logger.warning(e)
|
||||
self.save_error_log()
|
||||
az = LoginHandler(self.config, device=self.device)
|
||||
az.device.app_stop()
|
||||
time.sleep(600)
|
||||
az.app_ensure_start()
|
||||
continue
|
||||
except Exception as e:
|
||||
logger.exception(e)
|
||||
self.save_error_log()
|
||||
|
||||
Reference in New Issue
Block a user