fixed import view step editor

This commit is contained in:
vabene1111
2023-01-19 19:12:25 +01:00
parent 68d4fb3b59
commit d1d568a9d3
2 changed files with 6 additions and 4 deletions

View File

@@ -75,6 +75,8 @@ def test_ingredient_parser():
# an amount # and it starts with a lowercase letter, then that
# is a unit ("etwas", "evtl.") does not apply to English tho
# TODO maybe add/improve support for weired stuff like this https://www.rainbownourishments.com/vegan-lemon-tart/#recipe
ingredient_parser = IngredientParser(None, False, ignore_automations=True)
count = 0