diff --git a/app.py b/app.py index f391183..1c97743 100644 --- a/app.py +++ b/app.py @@ -162,7 +162,7 @@ def upload(): case 1: return generic_response_maker(http.HTTPStatus.NOT_ACCEPTABLE, "No file(s) were uploaded.") - except FileNotFoundError as e: + except FileNotFoundError: return generic_response_maker(http.HTTPStatus.CONFLICT, "Please launch the server at least once.") except KeyError as e: