masadonline commited on
Commit
1b171bd
·
verified ·
1 Parent(s): a0aedc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)