소스 검색

WHOOPS X2.

tags/v0.2
Ben Kurtovic 11 년 전
부모
커밋
48e6c14ab8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      earwigbot/wiki/site.py

+ 2
- 0
earwigbot/wiki/site.py 파일 보기

@@ -520,6 +520,8 @@ class Site(object):

if "read_default_file" not in args and "user" not in args and "passwd" not in args:
args["read_default_file"] = expanduser("~/.my.cnf")
elif "read_default_file" in args:
args["read_default_file"] = expanduser(args["read_default_file"])

if "autoping" not in args:
args["autoping"] = True


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