Omkar008 commited on
Commit
d45360f
1 Parent(s): 7c2eb76

Update dependencies/database.py

Browse files
Files changed (1) hide show
  1. dependencies/database.py +1 -1
dependencies/database.py CHANGED
@@ -80,7 +80,7 @@ class SupabaseDb:
80
  supabase = self.supabase_client()
81
  response = (
82
  supabase.table("receipt_radar_history")
83
- .insert({"access_token": access_token,"refresh_token":refresh_token ,"hushh_id": hushh_id , "email":email ,"scheduled_run_time":json.dumps(datetime.today().date())})
84
  .execute()
85
  )
86
  print("Inserting the access and refresh tokens")
 
80
  supabase = self.supabase_client()
81
  response = (
82
  supabase.table("receipt_radar_history")
83
+ .insert({"access_token": access_token,"refresh_token":refresh_token ,"hushh_id": hushh_id , "email":email })
84
  .execute()
85
  )
86
  print("Inserting the access and refresh tokens")