AlanOC commited on
Commit
f126885
·
verified ·
1 Parent(s): 2d6a5e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ from oauth2client.service_account import ServiceAccountCredentials
39
  scope = ['https://spreadsheets.google.com/feeds','https://www.googleapis.com/auth/drive']
40
 
41
  # Add credentials to the account
42
- creds = ServiceAccountCredentials.from_json_keyfile_name('./boreal-matrix-401021-3df47b4efb3d.json', scope)
43
 
44
  # Authorize the clientsheet
45
  client = gspread.authorize(creds)
 
39
  scope = ['https://spreadsheets.google.com/feeds','https://www.googleapis.com/auth/drive']
40
 
41
  # Add credentials to the account
42
+ creds = ServiceAccountCredentials.from_json_keyfile_name('./copy.json', scope)
43
 
44
  # Authorize the clientsheet
45
  client = gspread.authorize(creds)