Explorar el Código

rename backend from "None" to "none"

Unrud hace 8 años
padre
commit
6edaf27a38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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", {