nesticot commited on
Commit
f1415b0
·
verified ·
1 Parent(s): 307fbfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -143,7 +143,6 @@ if response.status_code == 200:
143
  continue
144
  VALID_PASSWORDS.append(BACKUP_PW)
145
  VALID_PASSWORDS.append(ADMIN_PW)
146
- VALID_PASSWORDS.append('')
147
 
148
  from shiny import App, reactive, ui, render
149
  from shiny.ui import h2, tags
 
143
  continue
144
  VALID_PASSWORDS.append(BACKUP_PW)
145
  VALID_PASSWORDS.append(ADMIN_PW)
 
146
 
147
  from shiny import App, reactive, ui, render
148
  from shiny.ui import h2, tags