mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
fix a typo
This commit is contained in:
parent
e0f1d2d070
commit
e907e90119
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
|
|||
logger.debug("Called by reverse proxy, remove base prefix %r from path: %r => %r", base_prefix, path, path_new)
|
||||
path = path_new
|
||||
else:
|
||||
logger.warning("Called by reverse proxy, cannot removed base prefix %r from path: %r as not matching", base_prefix, path)
|
||||
logger.warning("Called by reverse proxy, cannot remove base prefix %r from path: %r as not matching", base_prefix, path)
|
||||
|
||||
# Get function corresponding to method
|
||||
function = getattr(self, "do_%s" % request_method, None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue