Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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(
|
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 |
|