Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from datetime import datetime, timedelta
|
|
7 |
|
8 |
# -------------------- AUTH --------------------
|
9 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
10 |
-
creds = ServiceAccountCredentials.from_json_keyfile_name("
|
11 |
client = gspread.authorize(creds)
|
12 |
sheet_url = "https://docs.google.com/spreadsheets/d/1if4KoVQvw5ZbhknfdZbzMkcTiPfsD6bz9V3a1th-bwQ"
|
13 |
|
|
|
7 |
|
8 |
# -------------------- AUTH --------------------
|
9 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
10 |
+
creds = ServiceAccountCredentials.from_json_keyfile_name("deep-mile-461309-t8-0e90103411e0.json", scope)
|
11 |
client = gspread.authorize(creds)
|
12 |
sheet_url = "https://docs.google.com/spreadsheets/d/1if4KoVQvw5ZbhknfdZbzMkcTiPfsD6bz9V3a1th-bwQ"
|
13 |
|