Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Jun 9, 2024
1 parent 5b5273a commit 0cf8ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _convert_to_bool(value: Any) -> bool:
"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", {
Expand Down

0 comments on commit 0cf8ede

Please sign in to comment.