mattiashallberg commited on
Commit
e47accb
1 Parent(s): 65f547e

nawal_behih

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -20,6 +20,8 @@ def environ_auth(username, password):
20
  return True
21
  elif username == os.environ.get('miho_breen') and password == os.environ.get('miho_breen_password'):
22
  return True
 
 
23
  else:
24
  return False
25
 
 
20
  return True
21
  elif username == os.environ.get('miho_breen') and password == os.environ.get('miho_breen_password'):
22
  return True
23
+ elif username == os.environ.get('nawal_behih') and password == os.environ.get('nawal_behih_password'):
24
+ return True
25
  else:
26
  return False
27