rairo commited on
Commit
e9d2669
·
verified ·
1 Parent(s): 3ca17ef

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -279,7 +279,7 @@ def upload_statements():
279
  if not files:
280
  return jsonify({"error": "No files uploaded"}), 400
281
 
282
- store_count = 0
283
  for f in files:
284
  filename = f.filename or "statement.pdf"
285
  # upload raw PDF to storage
 
279
  if not files:
280
  return jsonify({"error": "No files uploaded"}), 400
281
 
282
+ stored_count = 0
283
  for f in files:
284
  filename = f.filename or "statement.pdf"
285
  # upload raw PDF to storage