From 86dfb2eb49e33203f4bdc7cf06c02a7357422f6d Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Fri, 27 Feb 2015 20:49:00 +0100 Subject: [PATCH] Fix example botconfig I should really check things more before pushing them. --- botconfig.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botconfig.py.example b/botconfig.py.example index e1375c9..7feb758 100644 --- a/botconfig.py.example +++ b/botconfig.py.example @@ -34,4 +34,4 @@ USE_UTC = True # if True, will use the UTC time, else the local time TIMESTAMP_FORMAT = "[%Y-%m-%d %H:%M:%S{tzoffset}]" # If enabled, when an exception is caught, the bot will post it to termbin.com and post the link to the channel. -PASTEBIN_TRACEBACKS = True +PASTEBIN_ERRORS = True