Rakshitjan commited on
Commit
dbd240e
·
verified ·
1 Parent(s): aba35fb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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/1nFZGkCvRV6qS-mhsORhX3dxI0JSge32_UwWgWKl3eyw/edit?gid=0#gid=0').worksheet('Sheet1')
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()