Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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 |
|