Tejasva-Maurya commited on
Commit
5b90efe
·
verified ·
1 Parent(s): 455aee0

Update google_auth.py

Browse files
Files changed (1) hide show
  1. google_auth.py +1 -1
google_auth.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import json
6
  # Define OAuth 2.0 scopes
7
  SCOPES = os.getenv('Google_scopes')
8
- config = os.getenv('Google_Secret')
9
  config = json.loads(config)
10
  def auth():
11
  api_service_name = "drive"
 
5
  import json
6
  # Define OAuth 2.0 scopes
7
  SCOPES = os.getenv('Google_scopes')
8
+ config = os.getenv('Google_secret')
9
  config = json.loads(config)
10
  def auth():
11
  api_service_name = "drive"