feat(backend): Add Rich for Development Logging

This commit is contained in:
hay-kot
2021-08-07 15:13:42 -08:00
parent 9386cc320b
commit cb85b14e01
18 changed files with 70 additions and 60 deletions

View File

@@ -109,7 +109,6 @@ def get_recipe(recipe_slug: str, session: Session = Depends(generate_session), i
if not recipe:
raise HTTPException(status.HTTP_404_NOT_FOUND)
print(recipe.settings.public, is_user)
if recipe.settings.public or is_user:
return recipe