From 6edaf27a38b7c8ea3cbf412ce18d81300d62d16f Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 2 Jun 2017 12:43:23 +0200 Subject: [PATCH] rename backend from "None" to "none" --- radicale/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/config.py b/radicale/config.py index 5521190d..96020687 100644 --- a/radicale/config.py +++ b/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", {