Skip to content

Commit

Permalink
fix: image property not propagated (#5)
Browse files Browse the repository at this point in the history
* fix: image property not propagated
  • Loading branch information
steve192 committed Jan 22, 2022
1 parent c0be285 commit bbbf7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Expand Up @@ -38,7 +38,7 @@ def import_recipe():
"cook_time": get_info(scraper, "cook_time"),
"prep_time": get_info(scraper, "prep_time"),
"yields": get_info(scraper, "yields"),
"imgage": get_info(scraper, "image"),
"image": get_info(scraper, "image"),
"ingredients": get_info(scraper, "ingredients"),
"nutrients": get_info(scraper, "nutrients"),
"instructions": get_info(scraper, "instructions"),
Expand Down

0 comments on commit bbbf7b1

Please sign in to comment.