DmitrMakeev commited on
Commit
aa378f4
·
verified ·
1 Parent(s): c2e0110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -83,11 +83,11 @@ def handle_in1():
83
 
84
 
85
  # Отправляем запросы в три разных места
86
- response_1 = send_request(560768, email, phone, name, 393120, 393119, pr5, pr4, pr3, pr2, pr1, 393248, 393247, 393246, 393245, 393244)
87
 
88
 
89
  # Возвращаем список ответов
90
- return jsonify({'responses': [response_1]})
91
 
92
  def send_ns(*args):
93
  # Здесь должен быть код для отправки запроса
@@ -101,7 +101,6 @@ def send_ns(*args):
101
 
102
 
103
 
104
-
105
  @app.route('/upload', methods=['POST'])
106
  def upload_file():
107
  if 'file' not in request.files:
 
83
 
84
 
85
  # Отправляем запросы в три разных места
86
+ response_ns = send_request(base_url, token, list_id, email, phone, name, phone_id, name_id)
87
 
88
 
89
  # Возвращаем список ответов
90
+ return jsonify({'responses': [response_ns]})
91
 
92
  def send_ns(*args):
93
  # Здесь должен быть код для отправки запроса
 
101
 
102
 
103
 
 
104
  @app.route('/upload', methods=['POST'])
105
  def upload_file():
106
  if 'file' not in request.files: