IAMTFRMZA commited on
Commit
af92988
·
verified ·
1 Parent(s): 102b2f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ VALID_USERS = {
14
 
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
 
 
14
 
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-05325ef42f70.json", scope)
18
  client = gspread.authorize(creds)
19
  sheet_url = "https://docs.google.com/spreadsheets/d/1eUXhcfWd3jtNmZC6U_Dr2F7obQcK81I4YrK-fKEbkyU"
20