mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Restore lost continue statement (#4965)
Commit 140b769a42156b476b92edc5eb8cbff3455c6bd0 separated the `continue` from its block, so this puts it back
This commit is contained in:
parent
b15a5c2c87
commit
3520a65099
@ -105,6 +105,7 @@ class Tasks(CoreSysAttributes):
|
|||||||
addon.version,
|
addon.version,
|
||||||
addon.latest_version,
|
addon.latest_version,
|
||||||
)
|
)
|
||||||
|
continue
|
||||||
# Delay auto-updates for a day in case of issues
|
# Delay auto-updates for a day in case of issues
|
||||||
if utcnow() < addon.latest_version_timestamp + timedelta(days=1):
|
if utcnow() < addon.latest_version_timestamp + timedelta(days=1):
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user