DmitrMakeev commited on
Commit
4199578
·
verified ·
1 Parent(s): f487bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -165,11 +165,11 @@ def save_pl():
165
  'Content-Type': 'application/json'
166
  }
167
 
168
- logging.info(f"Sending data to Notisend API: {data}")
169
 
170
  response = requests.post(f"{base_url}/email/lists/{list_id1}/recipients", json=data, headers=headers)
171
 
172
- logging.info(f"Received response from Notisend API: {response.status_code} - {response.text}")
173
 
174
  if show_params:
175
  system_vars = {
 
165
  'Content-Type': 'application/json'
166
  }
167
 
168
+
169
 
170
  response = requests.post(f"{base_url}/email/lists/{list_id1}/recipients", json=data, headers=headers)
171
 
172
+
173
 
174
  if show_params:
175
  system_vars = {