BramLeo commited on
Commit
e70b353
·
verified ·
1 Parent(s): d1f445d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def read_google_sheets_separated():
18
  creds = ServiceAccountCredentials.from_json_keyfile_name("credentials.json", scope)
19
  client = gspread.authorize(creds)
20
 
21
- SPREADSHEET_ID = "1e_cNMhwF-QYpyYUpqQh-XCw-OdhWS6EuYsoBUsVtdNg"
22
  sheet_names = ["datatarget", "datacuti", "dataabsen", "datalembur", "pkb"]
23
  spreadsheet = client.open_by_key(SPREADSHEET_ID)
24
 
 
18
  creds = ServiceAccountCredentials.from_json_keyfile_name("credentials.json", scope)
19
  client = gspread.authorize(creds)
20
 
21
+ SPREADSHEET_ID = "1ZLmz1onvPEX4TbgPJbR4LxVZjIluf6BpISTiGS5_5Rg"
22
  sheet_names = ["datatarget", "datacuti", "dataabsen", "datalembur", "pkb"]
23
  spreadsheet = client.open_by_key(SPREADSHEET_ID)
24