timezoned: run while onroad (#30903)

old-commit-hash: 115047d858
pull/32199/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 2b9b880ab0
commit 6e43c6af77
  1. 4
      system/timezoned.py

@ -44,10 +44,6 @@ def main() -> NoReturn:
while True:
time.sleep(60)
is_onroad = not params.get_bool("IsOffroad")
if is_onroad:
continue
# Set based on param
timezone = params.get("Timezone", encoding='utf8')
if timezone is not None:

Loading…
Cancel
Save