mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Opt: Refactor deploy config
This commit is contained in:
@@ -3,7 +3,7 @@ import threading
|
||||
from multiprocessing.managers import SyncManager
|
||||
|
||||
from module.config.config_updater import ConfigUpdater
|
||||
from module.webui.config import WebuiConfig
|
||||
from module.webui.config import DeployConfig
|
||||
|
||||
|
||||
class State:
|
||||
@@ -14,7 +14,7 @@ class State:
|
||||
_init = False
|
||||
_clearup = False
|
||||
|
||||
webui_config = WebuiConfig()
|
||||
deploy_config = DeployConfig()
|
||||
config_updater = ConfigUpdater()
|
||||
researt_event: threading.Event = None
|
||||
manager: SyncManager = None
|
||||
|
||||
Reference in New Issue
Block a user