fixed import error

This commit is contained in:
vabene1111
2020-06-23 14:00:07 +02:00
parent 3ef82aee9c
commit 73f2240763
3 changed files with 7 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ def find_recipe_json(ld_json, url):
else:
ld_json['recipeInstructions'] = ''
ld_json['recipeInstructions'] += _('Imported from ') + url
ld_json['recipeInstructions'] += '\n\n' + _('Imported from ') + url
if 'image' in ld_json:
# check if list of images is returned, take first if so