Prechádzať zdrojové kódy

rename backend from "None" to "none"

Unrud 8 rokov pred
rodič
commit
6edaf27a38
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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", {