diff --git a/the_app/models/stuff.py b/the_app/models/stuff.py index 2eafb3c..a6d07ae 100644 --- a/the_app/models/stuff.py +++ b/the_app/models/stuff.py @@ -32,7 +32,7 @@ class Stuff(Base): if instance is None: raise HTTPException( status_code=status.HTTP_404_NOT_FOUND, - detail={"Record not found": f"There is no record for requested name value : {name}"}, + detail={"Not found": f"There is no record for requested: {name=}"}, ) else: return instance