tici: always run updated (#21249)

old-commit-hash: 4dfdf0e51d878bd7639c50ae626853f71c1b7413
This commit is contained in:
Adeeb Shihadeh
2021-06-12 22:23:39 -07:00
committed by GitHub
parent 71b346b3e8
commit e07f1a1ee4
+1 -1
View File
@@ -371,7 +371,7 @@ def main():
# Don't run updater while onroad or if the time's wrong
time_wrong = datetime.datetime.utcnow().year < 2019
is_onroad = not params.get_bool("IsOffroad")
if is_onroad or time_wrong:
if (is_onroad and EON) or time_wrong:
wait_helper.sleep(30)
cloudlog.info("not running updater, not offroad")
continue