Omkar008 commited on
Commit
d72a34e
·
verified ·
1 Parent(s): 598cf2e

Update extract_and_store_supabase.py

Browse files
Files changed (1) hide show
  1. extract_and_store_supabase.py +1 -1
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: