mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-08 17:08:36 +01:00
Restore lost continue statement (#4965)
Commit 140b769a42 separated the `continue` from its block, so this puts it back
This commit is contained in:
@@ -105,6 +105,7 @@ class Tasks(CoreSysAttributes):
|
||||
addon.version,
|
||||
addon.latest_version,
|
||||
)
|
||||
continue
|
||||
# Delay auto-updates for a day in case of issues
|
||||
if utcnow() < addon.latest_version_timestamp + timedelta(days=1):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user