fix w ocr (sumowanie)

This commit is contained in:
Mateusz Gruszczyński
2025-08-18 23:22:39 +02:00
parent 06e8fc05b3
commit f08f0dd98c

4
app.py
View File

@@ -2303,8 +2303,8 @@ def analyze_receipts_for_list(list_id):
}
)
if not already_added:
total += value
#if not already_added:
total += value
return jsonify({"results": results, "total": round(total, 2)})