From 7d6c720d1caf93dd275518a1bfb5d4cb2bd2161c Mon Sep 17 00:00:00 2001 From: rocknroll17 Date: Sun, 3 Nov 2024 11:35:06 +0900 Subject: [PATCH] chore:mini change --- Router/price.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Router/price.py b/Router/price.py index 9b70f16..4050d02 100644 --- a/Router/price.py +++ b/Router/price.py @@ -33,5 +33,4 @@ def get_expected_price(request : Request, user_id: str, date : str = Query(...)) except ValueError: return JSONResponse(status_code=HTTP_400_BAD_REQUEST, content={"message": "Invalid date format"}) except Exception as e: - raise e return JSONResponse(status_code=HTTP_500_INTERNAL_SERVER_ERROR, content={"message": str(e)}) \ No newline at end of file