lunarflu HF staff commited on
Commit
c72c2a5
1 Parent(s): aa9e5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -269,8 +269,6 @@ async def restore_exp(ctx):
269
  print(length) # number of cells that are filled
270
  val = worksheet.cell(1, 1).value
271
  print(val)
272
- val = worksheet.cell(0, 0).value
273
- print(val)
274
  val = worksheet.cell(1, 2).value
275
  print(val)
276
 
 
269
  print(length) # number of cells that are filled
270
  val = worksheet.cell(1, 1).value
271
  print(val)
 
 
272
  val = worksheet.cell(1, 2).value
273
  print(val)
274