mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 23:57:23 +08:00
Fix: Convert CheckUpdateInterval type (fixed #1203)
Fix: Update datetime regex
This commit is contained in:
@@ -53,7 +53,7 @@ class Updater(DeployConfig, GitManager, PipManager):
|
||||
@property
|
||||
def delay(self):
|
||||
self.read()
|
||||
return self.CheckUpdateInterval * 60
|
||||
return int(self.CheckUpdateInterval) * 60
|
||||
|
||||
@property
|
||||
def schedule_time(self):
|
||||
|
||||
Reference in New Issue
Block a user