From ab28d653435dfa9161fab2e6145b5c324467c180 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 9 Mar 2024 07:04:02 +0100 Subject: [PATCH] add forgotten attribute definition --- radicale/app/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radicale/app/base.py b/radicale/app/base.py index f4a370252..e946bffc6 100644 --- a/radicale/app/base.py +++ b/radicale/app/base.py @@ -38,6 +38,7 @@ class ApplicationBase: _rights: rights.BaseRights _web: web.BaseWeb _encoding: str + _permit_delete_collection: bool _hook: hook.BaseHook def __init__(self, configuration: config.Configuration) -> None: