lunarflu HF staff commited on
Commit
f54808b
·
1 Parent(s): 98f1c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -284,6 +284,7 @@ async def restore_exp(ctx):
284
  worksheet.update_cell(length+1, 3, string_xp)
285
  # level
286
  worksheet.update_cell(length+1, 4, string_level)
 
287
  else:
288
  # if so, update that row...
289
  # update exp, can only be in a positive direction
 
284
  worksheet.update_cell(length+1, 3, string_xp)
285
  # level
286
  worksheet.update_cell(length+1, 4, string_level)
287
+ #worksheet.update(f'A{length+1}:D{length+1}', [[string_member_id], [member.name], [string_xp], [string_level]])
288
  else:
289
  # if so, update that row...
290
  # update exp, can only be in a positive direction