Show more information about errors

main
Bob Mottram 2021-06-21 17:32:28 +01:00
parent 971ace14a8
commit 7209d23ae7
1 changed files with 1 additions and 0 deletions

View File

@ -14842,6 +14842,7 @@ class EpicyonServer(ThreadingHTTPServer):
print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e))
pass
else:
print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e))
return HTTPServer.handle_error(self, request, client_address)