Update process_config.py

This commit is contained in:
huifan 2024-10-26 07:21:43 +08:00
parent 612ec2e310
commit ce97b33d77
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ def run_new_modeld(started, params, CP: car.CarParams, secret_good_openpilot) ->
return started and secret_good_openpilot
############################################################################################
def enable_dm(started, params, CP: car.CarParams) -> bool:
return driverview(started, params, CP) and not (True and True)
def enable_dm(started, params, CP: car.CarParams, secret_good_openpilot) -> bool:
return driverview(started, params, CP, secret_good_openpilot) and not (True and True)
############################################################################################
procs = [