lunarflu HF staff commited on
Commit
f7740d9
1 Parent(s): 5b08383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ async def restore_exp(ctx):
265
  # if so, update that row...
266
 
267
  # if not, create new record
268
- length = len(worksheet.col_values('A'))
269
  print(length)
270
 
271
 
 
265
  # if so, update that row...
266
 
267
  # if not, create new record
268
+ length = len(worksheet.col_values(1))
269
  print(length)
270
 
271