From f62a7600057945f2bef9b697f2b843fd4f3eb899 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Fri, 21 Jan 2022 17:24:49 -0800 Subject: [PATCH] Update recipe.py --- recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.py b/recipe.py index 539c092..a124e8f 100644 --- a/recipe.py +++ b/recipe.py @@ -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()