浏览代码

rename backend from "None" to "none"

Unrud 8 年之前
父节点
当前提交
6edaf27a38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      radicale/config.py

+ 1 - 1
radicale/config.py

@@ -121,7 +121,7 @@ INITIAL_CONFIG = OrderedDict([
             "type": str})])),
     ("auth", OrderedDict([
         ("type", {
-            "value": "None",
+            "value": "none",
             "help": "authentication method",
             "type": str}),
         ("htpasswd_filename", {