Browse Source

rename backend from "None" to "none"

Unrud 8 năm trước cách đây
mục cha
commit
6edaf27a38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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", {