masadonline commited on
Commit
53c30e7
·
verified ·
1 Parent(s): 7be2761

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -143,6 +143,7 @@ def fetch_latest_incoming_message(client, conversation_sid):
143
  print(f"Twilio error fetching messages for {conversation_sid}:", e)
144
  except Exception as e:
145
  #print(f"Unexpected error in fetch_latest_incoming_message for {conversation_sid}:", e)
 
146
 
147
  return None
148
 
 
143
  print(f"Twilio error fetching messages for {conversation_sid}:", e)
144
  except Exception as e:
145
  #print(f"Unexpected error in fetch_latest_incoming_message for {conversation_sid}:", e)
146
+ pass
147
 
148
  return None
149