Spaces:
Paused
Paused
Commit
·
d093c56
1
Parent(s):
1630497
Avoid printout of secrets in logs
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ from utils import get_answer
|
|
7 |
with open('./config.yaml') as file:
|
8 |
config = yaml.load(file, Loader=stauth.SafeLoader)
|
9 |
|
10 |
-
print(st.secrets)
|
11 |
-
|
12 |
authenticator = stauth.Authenticate(
|
13 |
config['credentials'],
|
14 |
config['cookie']['name'],
|
|
|
7 |
with open('./config.yaml') as file:
|
8 |
config = yaml.load(file, Loader=stauth.SafeLoader)
|
9 |
|
|
|
|
|
10 |
authenticator = stauth.Authenticate(
|
11 |
config['credentials'],
|
12 |
config['cookie']['name'],
|