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