timezoned: run while onroad (#30903)

This commit is contained in:
Adeeb Shihadeh
2024-01-03 17:53:40 -08:00
committed by GitHub
parent 4430944b29
commit 115047d858
-4
View File
@@ -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: