소스 검색

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


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