From f812a41bca2031ea186631992ce40ee92c2a2f3a Mon Sep 17 00:00:00 2001 From: DJObleezy <156115770+Djobleezy@users.noreply.github.com> Date: Sun, 30 Mar 2025 10:10:11 -0700 Subject: [PATCH] Update App.py --- App.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.py b/App.py index 94cceb0..cd9682c 100644 --- a/App.py +++ b/App.py @@ -528,7 +528,7 @@ def get_config(): @app.route("/api/config", methods=["POST"]) def update_config(): """API endpoint to update configuration.""" - global dashboard_service # Add this to access the global dashboard_service + global dashboard_service, worker_service # Add this to access the global dashboard_service try: # Get the request data