1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +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"

View File

@@ -82,6 +82,9 @@ Deploy:
OcrClientAddress: 127.0.0.1:22268
Update:
# Use auto update and builtin updater feature
# This may cause problem https://github.com/LmeSzinc/AzurLaneAutoScript/issues/876
EnableReload: true
# Check update every X minute
# [Disable] -1
# [Default] 5