Browse Source

add forgotten attribute definition

Peter Bieringer 2 năm trước cách đây
mục cha
commit
ab28d65343
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      radicale/app/base.py

+ 1 - 0
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: