Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -180,16 +180,16 @@ def save_pl():
|
|
180 |
"unconfirmed": True,
|
181 |
"values": [
|
182 |
{
|
183 |
-
"parameter_id":
|
184 |
"kind": "string",
|
185 |
-
"list_id":
|
186 |
"title": "phone",
|
187 |
"value": phone
|
188 |
},
|
189 |
{
|
190 |
-
"parameter_id":
|
191 |
"kind": "string",
|
192 |
-
"list_id":
|
193 |
"title": "name",
|
194 |
"value": name
|
195 |
}
|
@@ -200,16 +200,16 @@ def save_pl():
|
|
200 |
"unconfirmed": True,
|
201 |
"values": [
|
202 |
{
|
203 |
-
"parameter_id":
|
204 |
"kind": "string",
|
205 |
-
"list_id":
|
206 |
"title": "phone",
|
207 |
"value": phone
|
208 |
},
|
209 |
{
|
210 |
-
"parameter_id":
|
211 |
"kind": "string",
|
212 |
-
"list_id":
|
213 |
"title": "name",
|
214 |
"value": name
|
215 |
}
|
|
|
180 |
"unconfirmed": True,
|
181 |
"values": [
|
182 |
{
|
183 |
+
"parameter_id": 393196,
|
184 |
"kind": "string",
|
185 |
+
"list_id": list_id2,
|
186 |
"title": "phone",
|
187 |
"value": phone
|
188 |
},
|
189 |
{
|
190 |
+
"parameter_id": 393195,
|
191 |
"kind": "string",
|
192 |
+
"list_id": list_id2,
|
193 |
"title": "name",
|
194 |
"value": name
|
195 |
}
|
|
|
200 |
"unconfirmed": True,
|
201 |
"values": [
|
202 |
{
|
203 |
+
"parameter_id": 393198,
|
204 |
"kind": "string",
|
205 |
+
"list_id": list_id3,
|
206 |
"title": "phone",
|
207 |
"value": phone
|
208 |
},
|
209 |
{
|
210 |
+
"parameter_id": 393197,
|
211 |
"kind": "string",
|
212 |
+
"list_id": list_id3,
|
213 |
"title": "name",
|
214 |
"value": name
|
215 |
}
|