Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -82,5 +82,6 @@ def extract_structure_store_message(user_id:str,message_id:str , attachment_id:s
|
|
82 |
.execute()
|
83 |
)
|
84 |
print(insert_data_response)
|
|
|
85 |
except Exception as e:
|
86 |
print(f"Error downloading or encoding file: {e}")
|
|
|
82 |
.execute()
|
83 |
)
|
84 |
print(insert_data_response)
|
85 |
+
|
86 |
except Exception as e:
|
87 |
print(f"Error downloading or encoding file: {e}")
|