From 0cf8ede6c78dd05581cd8f324cab8823fa2404b0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 9 Jun 2024 15:20:28 +0200 Subject: [PATCH] bugfix --- radicale/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/config.py b/radicale/config.py index 31765634..567847c0 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -212,7 +212,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([ "help": "delete sync token that are older", "type": positive_int}), ("skip_broken_item", { - "value": False, + "value": "False", "help": "skip broken item instead of triggering exception", "type": bool}), ("hook", {