mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Unable to restart alas after updated
This commit is contained in:
@@ -204,7 +204,7 @@ class ProcessManager:
|
||||
|
||||
for process in _instances:
|
||||
logger.info(f"Starting [{process.config_name}]")
|
||||
process.start(func="Alas", ev=ev)
|
||||
process.start(func=get_config_mod(process.config_name), ev=ev)
|
||||
|
||||
try:
|
||||
os.remove("./config/reloadalas")
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
},
|
||||
"MaaPath": {
|
||||
"name": "MAA安装路径",
|
||||
"help": ""
|
||||
"help": "警告:由于MAA本身不支持多开,如果想要使用多开功能需要手动复制MAA,否则会导致严重错误"
|
||||
}
|
||||
},
|
||||
"MaaRecord": {
|
||||
|
||||
Reference in New Issue
Block a user