Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
76d457b
·
1 Parent(s): f8e106c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def calculate_xp(level):
59
  async def add_exp_hub(ctx, discord_user_id):
60
  try:
61
  cell = worksheet.find(str(discord_user_id))
62
- if cell.col = 5
63
  # find hub_user_name
64
  hf_user_name = worksheet.cell(cell.row, cell.col-2).value
65
  if hf_user_name:
 
59
  async def add_exp_hub(ctx, discord_user_id):
60
  try:
61
  cell = worksheet.find(str(discord_user_id))
62
+ if cell.col == 5
63
  # find hub_user_name
64
  hf_user_name = worksheet.cell(cell.row, cell.col-2).value
65
  if hf_user_name: