mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
Fix many tests and database storage
This commit is contained in:
parent
459b02c9a4
commit
8604593512
3 changed files with 33 additions and 25 deletions
|
@ -177,7 +177,7 @@ class Collection(ical.Collection):
|
|||
|
||||
@property
|
||||
def text(self):
|
||||
return ical.serialize(self.tag, self.headers, self.items)
|
||||
return ical.serialize(self.tag, self.headers, self.components)
|
||||
|
||||
@property
|
||||
def etag(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue