diff --git a/app.py b/app.py index 36bb75f..55d84e3 100644 --- a/app.py +++ b/app.py @@ -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)})