浏览代码

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


正在加载...
取消
保存