Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -26,6 +26,7 @@ async def extract_structure_store_message(filename:str,user_id:str,email:str):
|
|
26 |
project_id = os.getenv('PROJECT_ID')
|
27 |
processor_id = os.getenv('PROCESSOR_ID')
|
28 |
document_entities = {}
|
|
|
29 |
attachment_extension = filename.split('.')[1]
|
30 |
print("printing attachment extension")
|
31 |
print(attachment_extension)
|
|
|
26 |
project_id = os.getenv('PROJECT_ID')
|
27 |
processor_id = os.getenv('PROCESSOR_ID')
|
28 |
document_entities = {}
|
29 |
+
print(filename)
|
30 |
attachment_extension = filename.split('.')[1]
|
31 |
print("printing attachment extension")
|
32 |
print(attachment_extension)
|