This commit is contained in:
smilerz 2021-04-06 13:28:35 -05:00
parent a84c41e29f
commit d739fe6752

View File

@ -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'] = ""