Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -165,11 +165,11 @@ def save_pl():
|
|
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 = {
|
|
|
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 = {
|