From 5e0a6e0475edca50e5dcb928671ff5ff60a064f7 Mon Sep 17 00:00:00 2001 From: klafyvel Date: Thu, 20 Sep 2018 10:43:19 +0200 Subject: [PATCH] Update settings.py --- klafirc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klafirc/settings.py b/klafirc/settings.py index 6a353b3..e5beb14 100644 --- a/klafirc/settings.py +++ b/klafirc/settings.py @@ -1,7 +1,7 @@ import logging from logging.handlers import RotatingFileHandler -DEBUG = True +DEBUG = False if not DEBUG: BOT_FILE = '/etc/klafirc/bots.yaml'