Updated: fix setting update time (#29004)
* sleep in launch * set time loop * log * try longer delay + logging * try longer delay + logging * fix order of update * fix order of update * fix order of update * revert panda * also don't show connectivity error without failed checks * slightly cleanup updated * fix type error * init overlay first * minimal diff * comment * minimal diff * minimal diff * explicit parameter to make it clear * explicit parameter to make it clear * use finally * dont use finally * PR cleanup * reduce frequency Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>pull/29028/head
parent
60d570349f
commit
ce2708fa67
2 changed files with 21 additions and 10 deletions
@ -1,3 +1,6 @@ |
||||
import datetime |
||||
|
||||
MIN_DATE = datetime.datetime(year=2023, month=6, day=1) |
||||
|
||||
def system_time_valid(): |
||||
return datetime.datetime.now() > MIN_DATE |
Loading…
Reference in new issue