mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
add forgotten attribute definition
This commit is contained in:
parent
1c64fdc5b1
commit
21ebbca2d9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class ApplicationBase:
|
|||
_rights: rights.BaseRights
|
||||
_web: web.BaseWeb
|
||||
_encoding: str
|
||||
_permit_delete_collection: bool
|
||||
|
||||
def __init__(self, configuration: config.Configuration) -> None:
|
||||
self.configuration = configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue