Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -40,7 +40,7 @@ def get_panic_button_occurrences():
|
|
40 |
client = gspread.authorize(creds)
|
41 |
|
42 |
# Open the Google Sheet
|
43 |
-
sheet = client.open_by_url('https://docs.google.com/spreadsheets/d/
|
44 |
|
45 |
# Get all values from the sheet
|
46 |
data = sheet.get_all_values()
|
|
|
40 |
client = gspread.authorize(creds)
|
41 |
|
42 |
# Open the Google Sheet
|
43 |
+
sheet = client.open_by_url('https://docs.google.com/spreadsheets/d/1RFWuLjgtxx89f7ieOC02oXNmdQ5eDY-oXM2lV1j0jSg/edit?gid=0#gid=0').worksheet('Sheet1')
|
44 |
|
45 |
# Get all values from the sheet
|
46 |
data = sheet.get_all_values()
|