Skip to content

Commit

Permalink
Workaround the radicale 2.10.0 bug.
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
tasn committed Aug 24, 2018
1 parent 177c1a1 commit b047b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radicale_storage_etesync/__init__.py
Expand Up @@ -167,6 +167,10 @@ def __init__(self, path, principal=False, folder=None, tag=None):
self.owner = attributes[0] if len(attributes) > 1 else None
self.is_principal = principal

@classmethod
def static_init(cls):
pass

@classmethod
def discover(cls, path, depth="0"):
"""Discover a list of collections under the given ``path``.
Expand Down

0 comments on commit b047b87

Please sign in to comment.