1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Forgot to replace

This commit is contained in:
18870 2022-01-15 18:00:26 +08:00
parent 3253d9e2fc
commit 5954b4acef

View File

@ -274,7 +274,7 @@ class Updater(Config, Installer):
th._task.delay = get_next_time(self.schedule_time)
yield
continue
if not self.enabled:
if not Setting.reload:
yield
continue
if not self.run_update():