mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 02:06:59 +08:00
Fix: [ALAS] Starting game after task wait has no retry
If it "start" fails next task would start
This commit is contained in:
4
alas.py
4
alas.py
@@ -476,7 +476,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')
|
||||
|
||||
Reference in New Issue
Block a user