mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Remove unused code
This commit is contained in:
parent
8890a4c030
commit
d3b632e123
2 changed files with 1 additions and 22 deletions
|
@ -83,7 +83,6 @@ class ParallelHTTPServer(socketserver.ThreadingMixIn,
|
|||
return super().finish_request(request, client_address)
|
||||
|
||||
def finish_request(self, request, client_address):
|
||||
"""Don't overwrite this! (Modified by tests.)"""
|
||||
*client_address, client_socket = client_address
|
||||
client_address = tuple(client_address)
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue