")
print("
")
@@ -92,8 +99,9 @@ for sub_recipe in sub_recipes:
print("")
print("")
+print("Needs
") print("- ")
for sub_recipe in sub_recipes:
for ingredient in sub_recipe.leaves:
- print(f"
- {ingredient.name} ") + if ingredient.description: + print(f"
- {ingredient.name} -- {ingredient.description} ") + else: + print(f"
- {ingredient.name} ") print("