From be3daa5d620b72d30d941732e716966a67c2aa40 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 30 Oct 2011 00:19:06 -0400 Subject: [PATCH] Fix. --- bot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/config.py b/bot/config.py index 0034b62..b657ae2 100644 --- a/bot/config.py +++ b/bot/config.py @@ -76,7 +76,7 @@ def load(): If everything goes well, return True if stored passwords are encrypted in the file, or False if they are not. """ - global components, wiki, irc, metadata + global components, wiki, tasks, irc, metadata if not path.exists(config_path): print "You haven't configured the bot yet!"