mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 01:20:10 +08:00
Fix: [ALAS] Game restarted twice if close game during wait
This commit is contained in:
3
alas.py
3
alas.py
@@ -446,7 +446,8 @@ class AzurLaneAutoScript:
|
|||||||
if not self.wait_until(task.next_run):
|
if not self.wait_until(task.next_run):
|
||||||
del_cached_property(self, 'config')
|
del_cached_property(self, 'config')
|
||||||
continue
|
continue
|
||||||
self.run('start')
|
if task.command != 'Restart':
|
||||||
|
self.run('start')
|
||||||
elif method == 'goto_main':
|
elif method == 'goto_main':
|
||||||
logger.info('Goto main page during wait')
|
logger.info('Goto main page during wait')
|
||||||
self.run('goto_main')
|
self.run('goto_main')
|
||||||
|
|||||||
Reference in New Issue
Block a user