Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def start_conversation_monitor(client, index, embed_model, text_chunks):
|
|
230 |
send_twilio_message(client, convo_sid, answer)
|
231 |
time.sleep(120)
|
232 |
|
233 |
-
conversations = client.conversations.v1.conversations.list()
|
234 |
|
235 |
for convo in conversations:
|
236 |
print(f"convo.sid: {convo.sid}")
|
|
|
230 |
send_twilio_message(client, convo_sid, answer)
|
231 |
time.sleep(120)
|
232 |
|
233 |
+
conversations = client.conversations.v1.conversations.list(limit=1)
|
234 |
|
235 |
for convo in conversations:
|
236 |
print(f"convo.sid: {convo.sid}")
|