fixes #527
This commit is contained in:
parent
a84c41e29f
commit
d739fe6752
@ -97,7 +97,7 @@ def get_from_scraper(scrape, space):
|
||||
recipe_json['recipeIngredient'] = ingredients
|
||||
|
||||
try:
|
||||
recipe_json['recipeInstructions'] = scrape.instructions()
|
||||
recipe_json['recipeInstructions'] = parse_instructions(scrape.instructions())
|
||||
except AttributeError:
|
||||
recipe_json['recipeInstructions'] = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user