Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ VALID_USERS = {
|
|
15 |
# ------------------ GOOGLE SHEET SETUP ------------------
|
16 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
17 |
creds = ServiceAccountCredentials.from_json_keyfile_name("bid4carsappsheetdash.json", scope)
|
18 |
-
client = gspread.
|
19 |
sheet_url = "https://docs.google.com/spreadsheets/d/1eUXhcfWd3jtNmZC6U_Dr2F7obQcK81I4YrK-fKEbkyU"
|
20 |
|
21 |
# ------------------ DATA REFRESH FUNCTION ------------------
|
|
|
15 |
# ------------------ GOOGLE SHEET SETUP ------------------
|
16 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
17 |
creds = ServiceAccountCredentials.from_json_keyfile_name("bid4carsappsheetdash.json", scope)
|
18 |
+
client = gspread.authorize(creds)
|
19 |
sheet_url = "https://docs.google.com/spreadsheets/d/1eUXhcfWd3jtNmZC6U_Dr2F7obQcK81I4YrK-fKEbkyU"
|
20 |
|
21 |
# ------------------ DATA REFRESH FUNCTION ------------------
|