Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|