Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ def next(request: gr.Request):
|
|
| 219 |
if wait_list_ip[user_n] == request.client.host:
|
| 220 |
try:
|
| 221 |
user_n += 1
|
| 222 |
-
|
| 223 |
except:
|
| 224 |
pass
|
| 225 |
return f"Current_user: {wait_list_name[user_n]}"
|
|
|
|
| 219 |
if wait_list_ip[user_n] == request.client.host:
|
| 220 |
try:
|
| 221 |
user_n += 1
|
| 222 |
+
wait_list_ip[user_n]
|
| 223 |
except:
|
| 224 |
pass
|
| 225 |
return f"Current_user: {wait_list_name[user_n]}"
|