瀏覽代碼

Fix.

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
be3daa5d62
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bot/config.py

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


Loading…
取消
儲存