Update settings.py
This commit is contained in:
parent
599dace4db
commit
5e0a6e0475
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import logging
|
import logging
|
||||||
from logging.handlers import RotatingFileHandler
|
from logging.handlers import RotatingFileHandler
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
if not DEBUG:
|
if not DEBUG:
|
||||||
BOT_FILE = '/etc/klafirc/bots.yaml'
|
BOT_FILE = '/etc/klafirc/bots.yaml'
|
||||||
|
|
Loading…
Reference in a new issue