lunarflu HF staff commited on
Commit
e9d3530
1 Parent(s): 3af0c64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with open(file_path, 'w') as json_file:
48
  gspread_bot = gspread.service_account(filename='service_account.json')
49
  worksheet = gspread_bot.open("levelbot").sheet1
50
  worksheet2 = gspread_bot.open("hf_discord_verified_users_test").sheet1
51
- test_merge_worksheet = gspread_bot.open("levelbot").sheet1
52
  """"""
53
  bot_ids = [1136614989411655780, 1166392942387265536, 1158038249835610123, 1130774761031610388, 1155489509518098565, 1155169841276260546, 1152238037355474964, 1154395078735953930]
54
  """"""
 
48
  gspread_bot = gspread.service_account(filename='service_account.json')
49
  worksheet = gspread_bot.open("levelbot").sheet1
50
  worksheet2 = gspread_bot.open("hf_discord_verified_users_test").sheet1
51
+ test_merge_worksheet = gspread_bot.open("test_merge").sheet1
52
  """"""
53
  bot_ids = [1136614989411655780, 1166392942387265536, 1158038249835610123, 1130774761031610388, 1155489509518098565, 1155169841276260546, 1152238037355474964, 1154395078735953930]
54
  """"""