1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2024-11-24 08:02:14 +02:00

* Exception catching fixed

This commit is contained in:
sashacmc 2019-01-30 21:41:32 +01:00
parent 2b02da57a1
commit f7053c2dc1

View File

@ -163,7 +163,7 @@ class PhotoImporterHandler(http.server.BaseHTTPRequestHandler):
try:
in_path = params['p'][0]
except:
except Exception as ex:
self.__bad_request_response(str(ex))
logging.exception(ex)
return