Skip to content

Commit

Permalink
Disable Uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar5683 committed Sep 17, 2024
1 parent edc1c63 commit 6bbe5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/manager/process_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def allow_logging(started, params, CP: car.CarParams) -> bool:

def allow_uploads(started, params, CP: car.CarParams) -> bool:
allow_uploads = not (params.get_bool("DeviceManagement") and params.get_bool("NoUploads") and not params.get_bool("DisableOnroadUploads"))
return allow_uploads
return False

procs = [
DaemonProcess("manage_athenad", "system.athena.manage_athenad", "AthenadPid"),
Expand Down

0 comments on commit 6bbe5a0

Please sign in to comment.