mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:29:25 +08:00
Merge branch 'master_lme' into dev
# Conflicts: # module/webui/app.py # module/webui/config.py
This commit is contained in:
6
alas.py
6
alas.py
@@ -9,7 +9,7 @@ from cached_property import cached_property
|
||||
|
||||
from module.base.decorator import del_cached_property
|
||||
from module.config.config import AzurLaneConfig, TaskEnd
|
||||
from module.config.utils import deep_get, deep_set
|
||||
from module.config.deep import deep_get, deep_set
|
||||
from module.exception import *
|
||||
from module.logger import logger
|
||||
from module.notify import handle_notify
|
||||
@@ -590,7 +590,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