Rakshitjan commited on
Commit
ad3b22d
·
verified ·
1 Parent(s): 1d76001

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/1zaKSRKgf2Nd7lWIf315YzvQeTQ3gU_PIRIS_bEAhl90/edit?gid=0#gid=0').worksheet('Sheet1')
44
 
45
  # Get all values from the sheet
46
  data = sheet.get_all_values()