1
0
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:
James Ross
2024-03-18 01:16:54 +00:00
committed by GitHub
parent b15a5c2c87
commit 3520a65099
+1
View File
@@ -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