mattiashallberg
commited on
Commit
•
e5c76b1
1
Parent(s):
e274a19
hiroyasu_ito
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def environ_auth(username, password):
|
|
27 |
return True
|
28 |
elif username == os.environ.get('emi_otsuka') and password == os.environ.get('emi_otsuka_password'):
|
29 |
return True
|
30 |
-
elif username == os.environ.get('
|
31 |
return True
|
32 |
else:
|
33 |
return False
|
|
|
27 |
return True
|
28 |
elif username == os.environ.get('emi_otsuka') and password == os.environ.get('emi_otsuka_password'):
|
29 |
return True
|
30 |
+
elif username == os.environ.get('hiroyasu_ito') and password == os.environ.get('hiroyasu_ito_password'):
|
31 |
return True
|
32 |
else:
|
33 |
return False
|