rairo commited on
Commit
ae0e425
·
verified ·
1 Parent(s): e5980ed

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -281,7 +281,7 @@ def get_spending_overview():
281
  .to_dict(orient='records')
282
  })
283
  except Exception as e:
284
- return jsonify({'error': str(e)}), 500
285
 
286
  # ... (previous imports remain the same)
287
 
 
281
  .to_dict(orient='records')
282
  })
283
  except Exception as e:
284
+ return jsonify({'error': str(e) + f'transactions:{transactions}'}), 500
285
 
286
  # ... (previous imports remain the same)
287