potatoslc commited on
Commit
b9e9486
·
1 Parent(s): c9bf667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ def server(input, output, session):
224
  ui.remove_ui(selector="div:has(> #password)")
225
  login_status=1
226
  log_role = username
227
- record_login(log_role)
228
  if correct_or_not ==1:
229
  total_status["login"]=1
230
  total_status["authlevel"]=1
 
224
  ui.remove_ui(selector="div:has(> #password)")
225
  login_status=1
226
  log_role = username
227
+
228
  if correct_or_not ==1:
229
  total_status["login"]=1
230
  total_status["authlevel"]=1