From 7e7162219063e16563e7791612ad7f5a5f9b68c7 Mon Sep 17 00:00:00 2001 From: ApatheticDELL Date: Sun, 27 Oct 2024 21:21:17 -0400 Subject: [PATCH] Fixed 'ProduceImages' issue. That error was a result of the default configuration not including the 'ProduceImages' value. --- QuantumENDEC.py | 1 + 1 file changed, 1 insertion(+) diff --git a/QuantumENDEC.py b/QuantumENDEC.py index c5fb2b0..38fa37b 100644 --- a/QuantumENDEC.py +++ b/QuantumENDEC.py @@ -1317,6 +1317,7 @@ def createDefaultConfig(): NewConfig = { "WebserverPort": "8050", "WebserverHost": "0.0.0.0", + "ProduceImages": False, "SAME_callsign": "QUANTUM0", "CGENcolor_warning": "ff2a2a", "CGENcolor_watch": "ffcc00",