mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Cut long lines
This commit is contained in:
parent
36ad6bd021
commit
a8fda1aedf
3 changed files with 34 additions and 26 deletions
|
|
@ -482,7 +482,8 @@ class Application:
|
|||
"DAV": "1, 2, 3, calendar-access, addressbook, extended-mkcol",
|
||||
"Content-Type": "text/xml"}
|
||||
answer = xmlutils.propfind(
|
||||
environ["PATH_INFO"], content, read_collections, write_collections, user)
|
||||
environ["PATH_INFO"], content, read_collections, write_collections,
|
||||
user)
|
||||
return client.MULTI_STATUS, headers, answer
|
||||
|
||||
def do_PROPPATCH(self, environ, read_collections, write_collections,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue