From a23e25a94c67a1e33810252abba61b81c653d2ec Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 20 Jul 2025 15:09:38 +0200 Subject: [PATCH] changed config to prod --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index cecd594..127968a 100644 --- a/config.py +++ b/config.py @@ -1,3 +1,3 @@ APP_NAME = 'mqtt_sniffer' -DEBUG = True \ No newline at end of file +DEBUG = False \ No newline at end of file