mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Update recipe.py
This commit is contained in:
parent
a590ae07a8
commit
f62a760005
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue