mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Remove incorrect argument
In rare cases this can cause a crash.
This commit is contained in:
parent
5c2075cb6c
commit
9192a7751b
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class Application:
|
||||||
|
|
||||||
# Set content length
|
# Set content length
|
||||||
if answer:
|
if answer:
|
||||||
self.logger.debug("Response content:\n%s" % answer, environ)
|
self.logger.debug("Response content:\n%s" % answer)
|
||||||
answer = answer.encode(self.encoding)
|
answer = answer.encode(self.encoding)
|
||||||
accept_encoding = [
|
accept_encoding = [
|
||||||
encoding.strip() for encoding in
|
encoding.strip() for encoding in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue