DmitrMakeev commited on
Commit
d61e90d
1 Parent(s): 268dbb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1538,8 +1538,7 @@ def add_data_ver_cur():
1538
  if curator_on_off == "1":
1539
  current_curator_index = (current_curator_index + 1) % len(curators)
1540
 
1541
- # Отправка данных в Google Forms
1542
- send_to_google_forms(user_data, gog_url)
1543
 
1544
  return jsonify({'status': 'success', 'message': f'User added with curator {user_data.get("curator", "not assigned")}'})
1545
  except Exception as e:
 
1538
  if curator_on_off == "1":
1539
  current_curator_index = (current_curator_index + 1) % len(curators)
1540
 
1541
+
 
1542
 
1543
  return jsonify({'status': 'success', 'message': f'User added with curator {user_data.get("curator", "not assigned")}'})
1544
  except Exception as e: