소스 검색

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


불러오는 중...
취소
저장