Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -60,7 +60,7 @@ async def process_batch_data(batch_id: str):
|
|
| 60 |
|
| 61 |
supa_data = []
|
| 62 |
for resp in res:
|
| 63 |
-
id = resp.get('custom_id').split('
|
| 64 |
message_id = id[0]
|
| 65 |
user_id = id[1]
|
| 66 |
email = id[2]
|
|
|
|
| 60 |
|
| 61 |
supa_data = []
|
| 62 |
for resp in res:
|
| 63 |
+
id = resp.get('custom_id').split('*')
|
| 64 |
message_id = id[0]
|
| 65 |
user_id = id[1]
|
| 66 |
email = id[2]
|