mattiashallberg commited on
Commit
c2a3d14
1 Parent(s): ad01fbe

sai_sushmitha

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ def environ_auth(username, password):
23
  return True
24
  elif username == os.environ.get('eri_hirose') and password == os.environ.get('eri_hirose_password'):
25
  return True
 
 
26
  else:
27
  return False
28
 
 
23
  return True
24
  elif username == os.environ.get('eri_hirose') and password == os.environ.get('eri_hirose_password'):
25
  return True
26
+ elif username == os.environ.get('sai_sushmitha') and password == os.environ.get('sai_sushmitha_password'):
27
+ return True
28
  else:
29
  return False
30