Преглед изворни кода

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", {