1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 21:37:22 +08:00

Fix: Option to disable reloader

Fix: Require password when password is null
This commit is contained in:
18870
2022-06-04 17:40:26 +08:00
parent 664ef64a87
commit 50bbba5672
4 changed files with 29 additions and 20 deletions

View File

@@ -36,6 +36,7 @@ class ConfigModel:
OcrClientAddress: str = "127.0.0.1:22268"
# Update
EnableReload: bool = True
CheckUpdateInterval: int = 5
AutoRestartTime: str = "03:50"