mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 06:37:36 +03:00
Typo
This commit is contained in:
parent
56b033bba3
commit
b6b48b5af7
1 changed files with 7 additions and 9 deletions
|
@ -197,9 +197,7 @@ def propfind(path, xml_request, collections, user=None):
|
||||||
# Reading request
|
# Reading request
|
||||||
if xml_request:
|
if xml_request:
|
||||||
root = ET.fromstring(xml_request.encode("utf8"))
|
root = ET.fromstring(xml_request.encode("utf8"))
|
||||||
|
props = [prop.tag for prop in root.find(_tag("D", "prop"))]
|
||||||
prop_element = root.find(_tag("D", "prop"))
|
|
||||||
props = [prop.tag for prop in prop_element]
|
|
||||||
else:
|
else:
|
||||||
props = [_tag("D", "getcontenttype"),
|
props = [_tag("D", "getcontenttype"),
|
||||||
_tag("D", "resourcetype"),
|
_tag("D", "resourcetype"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue