mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
bugfix
This commit is contained in:
parent
5b5273abbf
commit
0cf8ede6c7
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
||||||
"help": "delete sync token that are older",
|
"help": "delete sync token that are older",
|
||||||
"type": positive_int}),
|
"type": positive_int}),
|
||||||
("skip_broken_item", {
|
("skip_broken_item", {
|
||||||
"value": False,
|
"value": "False",
|
||||||
"help": "skip broken item instead of triggering exception",
|
"help": "skip broken item instead of triggering exception",
|
||||||
"type": bool}),
|
"type": bool}),
|
||||||
("hook", {
|
("hook", {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue