main
Bob Mottram 2024-01-29 10:49:46 +00:00
parent cc563347de
commit 64027cb7e7
1 changed files with 2 additions and 0 deletions

View File

@ -561,6 +561,8 @@ class PubServer(BaseHTTPRequestHandler):
return None
def handle_error(self, request, client_address):
"""HTTP server error handling
"""
print('ERROR: http server error: ' + str(request) + ', ' +
str(client_address))