mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: Convert CheckUpdateInterval type (fixed #1203)
Fix: Update datetime regex
This commit is contained in:
@@ -1066,7 +1066,7 @@ def startup():
|
||||
if State.deploy_config.DiscordRichPresence:
|
||||
init_discord_rpc()
|
||||
if State.deploy_config.StartOcrServer:
|
||||
start_ocr_server_process(updater.config["OcrServerPort"])
|
||||
start_ocr_server_process(State.deploy_config.OcrServerPort)
|
||||
|
||||
|
||||
def clearup():
|
||||
|
||||
Reference in New Issue
Block a user