rairo commited on
Commit
639fb9c
·
verified ·
1 Parent(s): 842abd1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -136,7 +136,7 @@ def process_receipt_endpoint():
136
 
137
  except Exception as e:
138
  print(image)
139
- return jsonify({'error': str(e)), 500
140
 
141
  def handle_manual_entry(uid, user_ref, user_data):
142
  try:
 
136
 
137
  except Exception as e:
138
  print(image)
139
+ return jsonify({'error': str(e)}), 500
140
 
141
  def handle_manual_entry(uid, user_ref, user_data):
142
  try: