nesticot commited on
Commit
ffbd683
·
verified ·
1 Parent(s): bc371bc

Update app.py

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