Просмотр исходного кода

rename backend from "None" to "none"

Unrud 8 лет назад
Родитель
Сommit
6edaf27a38
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      radicale/config.py

+ 1 - 1
radicale/config.py

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