Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -211,6 +211,7 @@ def start_conversation_monitor(client, index, embed_model, text_chunks):
|
|
211 |
last_processed_timestamp = {}
|
212 |
|
213 |
def poll_convo(convo_sid):
|
|
|
214 |
while True:
|
215 |
print(f"poll_convo Twilio SID: {convo_sid}")
|
216 |
latest_msg = fetch_latest_incoming_message(client, convo_sid)
|
|
|
211 |
last_processed_timestamp = {}
|
212 |
|
213 |
def poll_convo(convo_sid):
|
214 |
+
print(f"poll_convo before while: {convo_sid}")
|
215 |
while True:
|
216 |
print(f"poll_convo Twilio SID: {convo_sid}")
|
217 |
latest_msg = fetch_latest_incoming_message(client, convo_sid)
|