Spaces:
Running
Running
OxbridgeEconomics
commited on
Commit
·
593e9ef
1
Parent(s):
b5deaf1
commit
Browse files- models/mails/__init__.py +1 -1
models/mails/__init__.py
CHANGED
@@ -39,7 +39,7 @@ def build_gmail_service():
|
|
39 |
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
40 |
"token_uri": "https://oauth2.googleapis.com/token",
|
41 |
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
42 |
-
"client_secret": os.getenv("
|
43 |
"redirect_uris": ["http://localhost"],
|
44 |
}
|
45 |
}
|
|
|
39 |
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
40 |
"token_uri": "https://oauth2.googleapis.com/token",
|
41 |
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
42 |
+
"client_secret": os.getenv("CLIENT_SECRET"),
|
43 |
"redirect_uris": ["http://localhost"],
|
44 |
}
|
45 |
}
|