mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix syntax error
This commit is contained in:
parent
35a0047b38
commit
a65f96fe41
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class Application(object):
|
||||||
user):
|
user):
|
||||||
"""Manage DELETE request."""
|
"""Manage DELETE request."""
|
||||||
if not len(write_collections):
|
if not len(write_collections):
|
||||||
return return NOT_ALLOWED
|
return NOT_ALLOWED
|
||||||
|
|
||||||
collection = write_collections[0]
|
collection = write_collections[0]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue