mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +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")
|
||||
|
||||
Reference in New Issue
Block a user