masadonline commited on
Commit
8a14cdf
·
verified ·
1 Parent(s): 2aa4c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -164,6 +164,7 @@ def start_conversation_monitor(client, index, embed_model, text_chunks):
164
  print(f"❌ Error in convo {convo_sid} polling:", e)
165
  time.sleep(5)
166
 
 
167
  def monitor_all_conversations():
168
  while True:
169
  try:
 
164
  print(f"❌ Error in convo {convo_sid} polling:", e)
165
  time.sleep(5)
166
 
167
+
168
  def monitor_all_conversations():
169
  while True:
170
  try: