Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,6 +100,7 @@ def blocking_io(member_id):
|
|
| 100 |
print(f" {member}")
|
| 101 |
print(f"2")
|
| 102 |
|
|
|
|
| 103 |
length = len(worksheet.col_values(1))
|
| 104 |
print(f"3")
|
| 105 |
if cell is None:
|
|
|
|
| 100 |
print(f" {member}")
|
| 101 |
print(f"2")
|
| 102 |
|
| 103 |
+
cell = worksheet.find(str(member.id))
|
| 104 |
length = len(worksheet.col_values(1))
|
| 105 |
print(f"3")
|
| 106 |
if cell is None:
|