ConiferousYogi commited on
Commit
a5b20b2
·
verified ·
1 Parent(s): 081db2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -810,7 +810,7 @@ def export_csv():
810
  except Exception as e:
811
  print(f"Error exporting CSV: {e}")
812
  traceback.print_exc()
813
- return jsonify({'error': f'Export failed: {str(e)}'), 500
814
 
815
  #======================================================================================================================
816
  @app.route('/')
 
810
  except Exception as e:
811
  print(f"Error exporting CSV: {e}")
812
  traceback.print_exc()
813
+ return jsonify({'error': f'Export failed: {str(e)}'}), 500
814
 
815
  #======================================================================================================================
816
  @app.route('/')