mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
parent
4c91ee8906
commit
5bd80d8d13
2 changed files with 6 additions and 1 deletions
|
@ -409,7 +409,10 @@ class Application:
|
|||
else:
|
||||
# Get whole collection
|
||||
answer = collection.serialize()
|
||||
etag = collection.etag
|
||||
if answer is None:
|
||||
return client.NOT_FOUND, {}, None
|
||||
else:
|
||||
etag = collection.etag
|
||||
|
||||
if answer:
|
||||
headers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue