mirror of https://gitlab.com/bashrc2/epicyon
Show more information about errors
parent
971ace14a8
commit
7209d23ae7
|
@ -14842,6 +14842,7 @@ class EpicyonServer(ThreadingHTTPServer):
|
||||||
print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e))
|
print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e))
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e))
|
||||||
return HTTPServer.handle_error(self, request, client_address)
|
return HTTPServer.handle_error(self, request, client_address)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue