1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 15:13:45 +08:00

Fix: [ALAS] Game restarted twice if close game during wait

This commit is contained in:
LmeSzinc
2024-05-30 12:37:03 +08:00
parent f16d648d84
commit 6365693cef

View File

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