isatopus commited on
Commit
1aa5e35
·
1 Parent(s): 0074eeb

add second user

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,4 +97,4 @@ e-mail: [email protected]
97
  submit_btn="enviar",
98
  stop_btn="parar",
99
  )
100
- bot.launch(auth=(os.getenv("username"), os.getenv("password")))
 
97
  submit_btn="enviar",
98
  stop_btn="parar",
99
  )
100
+ bot.launch(auth=([(os.getenv("username"), os.getenv("password")), (os.getenv("username2"), os.getenv("password2"))]))