Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ async def restore_exp(ctx):
|
|
261 |
# get column name / data to safetycheck
|
262 |
|
263 |
# does a record already exist?
|
264 |
-
cell = worksheet.find(member_id)
|
265 |
# if so, update that row...
|
266 |
|
267 |
# if not, create new record
|
|
|
261 |
# get column name / data to safetycheck
|
262 |
|
263 |
# does a record already exist?
|
264 |
+
cell = worksheet.find('member_id')
|
265 |
# if so, update that row...
|
266 |
|
267 |
# if not, create new record
|