Spaces:
Running
Running
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -33,6 +33,7 @@ async def extract_structure_store_message(filename:str,filename_path:str,user_id
|
|
33 |
print(filename)
|
34 |
# file_name = f"{message_id}_{attachment_id}"
|
35 |
# print(f"file_name: {file_name}")
|
|
|
36 |
supabase = Supabase_Client().instance
|
37 |
try:
|
38 |
response = supabase.storage.from_(f"all_card_assets").download(
|
|
|
33 |
print(filename)
|
34 |
# file_name = f"{message_id}_{attachment_id}"
|
35 |
# print(f"file_name: {file_name}")
|
36 |
+
print(filename_path)
|
37 |
supabase = Supabase_Client().instance
|
38 |
try:
|
39 |
response = supabase.storage.from_(f"all_card_assets").download(
|