mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Correct function name
This commit is contained in:
parent
f8b068e9fe
commit
6be7dab03f
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ class Application(object):
|
|||
def do_HEAD(self, environ, read_collections, write_collections, content,
|
||||
user):
|
||||
"""Manage HEAD request."""
|
||||
status, headers, answer = self.get(
|
||||
status, headers, answer = self.do_GET(
|
||||
environ, read_collections, write_collections, content, user)
|
||||
return status, headers, None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue