debug enabled

This commit is contained in:
serversdwn
2025-12-08 15:46:01 -05:00
parent 1a5d864c13
commit 5e7a169e31

View File

@@ -46,7 +46,7 @@ SFM_ENDPOINT = "" # e.g. "http://sfm-backend.local/api/telemetry/series4"
SFM_TIMEOUT = 5 # seconds
# Enable/disable debug prints
DEBUG = False
DEBUG = True
# Regex: UM12345_YYYYMMDDHHMMSS.MLG
MLG_PATTERN = re.compile(r"^(UM\d+)_([0-9]{14})\.MLG$", re.IGNORECASE)