Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('./
|
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)
|