Omkar008 commited on
Commit
8f88289
·
verified ·
1 Parent(s): 6a4f732

Update extract_and_store_supabase.py

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