Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -19,7 +19,7 @@ def generate_custom_random_string():
|
|
19 |
# Add "RAN" in front of the string
|
20 |
return "RAN" + random_string
|
21 |
|
22 |
-
async def extract_structure_store_message(filename:str,user_id:str,email:str):
|
23 |
message_id = generate_custom_random_string()
|
24 |
attachment_id = 'UPLOADED_MANUALLY'
|
25 |
if attachment_id and message_id:
|
|
|
19 |
# Add "RAN" in front of the string
|
20 |
return "RAN" + random_string
|
21 |
|
22 |
+
async def extract_structure_store_message(filename:str,filename_path:str,user_id:str,email:str):
|
23 |
message_id = generate_custom_random_string()
|
24 |
attachment_id = 'UPLOADED_MANUALLY'
|
25 |
if attachment_id and message_id:
|