Spaces:
test-sj-crm
/
Runtime error

DmitrMakeev commited on
Commit
ead24d0
·
verified ·
1 Parent(s): 53118c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1260,6 +1260,7 @@ def update_or_insert_user(db_name, user_data, mapping_template):
1260
  logging.debug(f"User with email {email} inserted successfully")
1261
 
1262
 
 
1263
  @app.route('/upload_csv', methods=['POST'])
1264
  def upload_csv():
1265
  if 'file' not in request.files:
 
1260
  logging.debug(f"User with email {email} inserted successfully")
1261
 
1262
 
1263
+
1264
  @app.route('/upload_csv', methods=['POST'])
1265
  def upload_csv():
1266
  if 'file' not in request.files: