DmitrMakeev commited on
Commit
6183892
·
verified ·
1 Parent(s): da07313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def send_request(email, phone, name, pr5, pr4, pr3, pr2, pr1):
77
  headers = {
78
  'Content-Type': 'application/json',
79
  }
80
- response = requests.post(f"{base_url}/email/lists/{list_id}/recipients", json=data, headers=headers)
81
  return response.json()
82
 
83
  @app.route('/incoming', methods=['POST'])
 
77
  headers = {
78
  'Content-Type': 'application/json',
79
  }
80
+ response = requests.post(f"{base_url}/email/lists/{list_id}/recipients", json=data)
81
  return response.json()
82
 
83
  @app.route('/incoming', methods=['POST'])