IAMTFRMZA commited on
Commit
dfbe477
·
verified ·
1 Parent(s): 4bd42b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.[email protected](creds)
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 ------------------