lunarflu HF staff commited on
Commit
b02ba9f
·
1 Parent(s): c277bfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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