fix charts

This commit is contained in:
2026-06-18 08:27:29 +00:00
parent 70910b82d2
commit b4cc07b9f8
57 changed files with 371 additions and 37 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ def format_tool_notice(tool_name: str, raw_result: str) -> str | None:
return (
f"💪 **Приём пищи** · {meal.get('description')} · "
f"{est}{meal.get('calories', 0):.0f} ккал "
f"{meal.get('protein_g', 0):.0f}{meal.get('fat_g', 0):.0f}/У{meal.get('carbs_g', 0):.0f})"
f"{meal.get('protein_g', 0):.0f}{meal.get('fat_g', 0):.0f}/У{meal.get('carbs_g', 0):.0f}/Кл{meal.get('fiber_g', 0):.0f})"
)
if tool_name == "log_water" and data.get("ok"):