cookmate fixes

This commit is contained in:
vabene1111
2022-06-20 16:29:33 +02:00
parent 877b7799df
commit 11cb40702d
2 changed files with 22 additions and 14 deletions

View File

@@ -301,7 +301,7 @@ def parse_servings_text(servings):
servings = re.sub("\d+", '', servings).strip()
except Exception:
servings = ''
return servings
return servings[:32]
def parse_time(recipe_time):