From 9898e5ac4c66e0e05068406b63e1c93b3d015e21 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Tue, 6 May 2025 17:17:51 -0500 Subject: [PATCH] Update process_config.py --- system/manager/process_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/manager/process_config.py b/system/manager/process_config.py index 49c6c0822c..ccc8b3c969 100644 --- a/system/manager/process_config.py +++ b/system/manager/process_config.py @@ -46,7 +46,7 @@ def allow_logging(started, params, CP: car.CarParams, classic_model, tinygrad_mo return not frogpilot_toggles.no_logging and logging(started, params, CP, classic_model, tinygrad_model, frogpilot_toggles) def allow_uploads(started, params, CP: car.CarParams, classic_model, tinygrad_model, frogpilot_toggles) -> bool: - return not frogpilot_toggles.no_uploads + return False def run_classic_modeld(started, params, CP: car.CarParams, classic_model, tinygrad_model, frogpilot_toggles) -> bool: return started and classic_model