Update recipe.py

This commit is contained in:
Nicholas Jitkoff 2022-01-21 17:24:49 -08:00
parent a590ae07a8
commit f62a760005

View file

@ -10,7 +10,7 @@ recipe = {
'totalTime': scraper.total_time(),
'recipeYield': scraper.yields(),
'recipeIngredient': scraper.ingredients(),
'recipeInstructions': [{'text': scraper.instructions()}],
'recipeInstructions': scraper.instructions(),
'image': [scraper.image()],
'host': scraper.host(),
'nutrition': scraper.nutrients()