atrytone commited on
Commit
3145888
·
1 Parent(s): e43f483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from googleapiclient.discovery import build
11
  from google.oauth2 import service_account
12
 
13
  USER_ID = uuid.uuid4()
14
- SERVICE_ACCOUNT_JSON = os.environ.get('GOOGLE_SHEETS_CREDENTIALS')
15
  creds = service_account.Credentials.from_service_account_info(json.loads(SERVICE_ACCOUNT_JSON))
16
  SPREADSHEET_ID = '1o0iKPxWYKYKEPjqB2YwrTgrLzvGyb9ULj9tnw_cfJb0'
17
  service = build('sheets', 'v4', credentials=creds)
 
11
  from google.oauth2 import service_account
12
 
13
  USER_ID = uuid.uuid4()
14
+ SERVICE_ACCOUNT_JSON = os.environ.get('GOOGLE_SHEET_CREDENTIALS')
15
  creds = service_account.Credentials.from_service_account_info(json.loads(SERVICE_ACCOUNT_JSON))
16
  SPREADSHEET_ID = '1o0iKPxWYKYKEPjqB2YwrTgrLzvGyb9ULj9tnw_cfJb0'
17
  service = build('sheets', 'v4', credentials=creds)