Gaykar commited on
Commit
2e36527
·
1 Parent(s): 0210631
Files changed (1) hide show
  1. app/gmail_auth.py +1 -1
app/gmail_auth.py CHANGED
@@ -34,7 +34,7 @@ from langchain_google_community import GmailToolkit
34
  credentials = get_gmail_credentials(
35
  token_file=str(TOKEN_PATH),
36
  scopes=["https://mail.google.com/"],
37
- client_secret_file=str(CREDENTIALS_PATH),
38
  )
39
 
40
  # BUILD API RESOURCE
 
34
  credentials = get_gmail_credentials(
35
  token_file=str(TOKEN_PATH),
36
  scopes=["https://mail.google.com/"],
37
+ client_sercret_file=str(CREDENTIALS_PATH),
38
  )
39
 
40
  # BUILD API RESOURCE