1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-16 04:39:53 +08:00
This commit is contained in:
sui-feng-cb
2025-03-21 09:35:26 +08:00
7 changed files with 82 additions and 26 deletions

View File

@@ -483,7 +483,9 @@ class AzurLaneAutoScript:
del_cached_property(self, 'config')
continue
if task.command != 'Restart':
self.run('start')
self.config.task_call('Restart')
del_cached_property(self, 'config')
continue
elif method == 'goto_main':
logger.info('Goto main page during wait')
self.run('goto_main')