Skip to content

Commit

Permalink
Fixed 'ProduceImages' issue. That error was a result of the default c…
Browse files Browse the repository at this point in the history
…onfiguration not including the 'ProduceImages' value.
  • Loading branch information
ApatheticDELL committed Oct 28, 2024
1 parent 774cc2b commit 7e71622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QuantumENDEC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e71622

Please sign in to comment.