rstallman commited on
Commit
1a50a2a
·
1 Parent(s): b4366df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ openai.api_key = "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"
13
  records = []
14
  credentials = Credentials.from_service_account_file("credentials.json", scopes=["https://www.googleapis.com/auth/spreadsheets"])
15
  client = gspread.authorize(credentials)
16
- sheet = client.open_by_url("https://docs.google.com/spreadsheets/d/1oYcyCduLLlTaL-KPcDPlCNEvDUvjuSN_wx1QN5Fv6As/edit?usp=sharing").sheet1
17
 
18
  def get_user_ip():
19
  try:
 
13
  records = []
14
  credentials = Credentials.from_service_account_file("credentials.json", scopes=["https://www.googleapis.com/auth/spreadsheets"])
15
  client = gspread.authorize(credentials)
16
+ sheet = client.open_by_url("https://docs.google.com/spreadsheets/d/1wBxvW2-VQFbbVKxnUfyEgrqpgM9fEaUFNddLL2YQyng/edit?usp=sharing").sheet1
17
 
18
  def get_user_ip():
19
  try: