浏览代码

ugh *headdesk*

tags/v0.1
Ben Kurtovic 13 年前
父节点
当前提交
acfbca3b1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      earwigbot.py

+ 1
- 1
earwigbot.py 查看文件

@@ -4,7 +4,7 @@ import time
from subprocess import *

try:
from config import irc_config, secure_config
from config import irc, secure, watcher
except ImportError:
print """Missing a config file! Make sure you have configured the bot. All *.py.default files in config/
should have their .default extension removed, and the info inside should be corrected."""


正在加载...
取消
保存