mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Fix filesystem folder creation
This commit is contained in:
parent
41a91f7da1
commit
1bd93a2947
6 changed files with 10 additions and 9 deletions
|
@ -39,6 +39,7 @@ class CollectionLockMixin:
|
|||
|
||||
|
||||
class StorageLockMixin:
|
||||
|
||||
def __init__(self, configuration):
|
||||
super().__init__(configuration)
|
||||
folder = self.configuration.get("storage", "filesystem_folder")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue