some small ui stuff

This commit is contained in:
vabene1111
2022-02-21 18:29:23 +01:00
parent e04d672750
commit 0d98c77301
2 changed files with 136 additions and 57 deletions

View File

@@ -33,7 +33,7 @@ def get_from_scraper(scrape, request):
except Exception:
description = ''
recipe_json['description'] = parse_description(description)
recipe_json['description'] = parse_description(description)[:512]
recipe_json['internal'] = True
try: