lunarflu HF staff commited on
Commit
f0fb37c
·
1 Parent(s): 25aa284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -311,10 +311,9 @@ async def restore_exp(ctx):
311
  # if so, update that row...
312
  # update exp, can only be in a positive direction
313
  worksheet.update(values=[[xp, level]], range_name=f'C{cell.row}:D{cell.row}')
314
- """
315
  #worksheet.update_cell(cell.row, cell.col+2, xp)
316
- #worksheet.update_cell(cell.row, cell.col+3, level)
317
- """
318
  """
319
 
320
 
 
311
  # if so, update that row...
312
  # update exp, can only be in a positive direction
313
  worksheet.update(values=[[xp, level]], range_name=f'C{cell.row}:D{cell.row}')
314
+
315
  #worksheet.update_cell(cell.row, cell.col+2, xp)
316
+ #worksheet.update_cell(cell.row, cell.col+3, level)
 
317
  """
318
 
319