From 6e43c6af77d8f1b5195b929d28757796d46f9217 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 3 Jan 2024 17:53:40 -0800 Subject: [PATCH] timezoned: run while onroad (#30903) old-commit-hash: 115047d85860806958f50e241155d5f2bde5fa53 --- system/timezoned.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/timezoned.py b/system/timezoned.py index 546405c9a0..4a881c53a3 100755 --- a/system/timezoned.py +++ b/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: