mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-25 18:02:43 +00: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