Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -268,6 +268,7 @@ async def restore_exp(ctx):
|
|
268 |
|
269 |
# does a record already exist?
|
270 |
cell = worksheet.find(string_member_id)
|
|
|
271 |
if cell.value != "" or cell.value is not None:
|
272 |
# if so, update that row...
|
273 |
# update exp, can only be in a positive direction
|
|
|
268 |
|
269 |
# does a record already exist?
|
270 |
cell = worksheet.find(string_member_id)
|
271 |
+
print(cell)
|
272 |
if cell.value != "" or cell.value is not None:
|
273 |
# if so, update that row...
|
274 |
# update exp, can only be in a positive direction
|