1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

add forgotten attribute definition

This commit is contained in:
Peter Bieringer 2024-03-09 07:04:02 +01:00
parent 1faa7bd4ba
commit ab28d65343

View file

@ -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: