소스 검색

Fix wiki password

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
a8da1245b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/config.py

+ 1
- 1
earwigbot/config.py 파일 보기

@@ -77,7 +77,7 @@ class BotConfig(object):
self._metadata]

self._decryptable_nodes = [ # Default nodes to decrypt
(self._wiki, ("password")),
(self._wiki, ("password",)),
(self._wiki, ("search", "credentials", "key")),
(self._wiki, ("search", "credentials", "secret")),
(self._irc, ("frontend", "nickservPassword")),


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