sigmoidneuron123 commited on
Commit
2eaf261
·
verified ·
1 Parent(s): af99c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- wait_list_ip[user_n]
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]}"