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!"