Upload app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ authenticator = stauth.Authenticate(
|
|
79 |
config['preauthorized']
|
80 |
)
|
81 |
|
82 |
-
user, authentication_status, username = authenticator.login('
|
83 |
# user, authentication_status, username = authenticator.login('用户登录', 'main')
|
84 |
print('登录的用户:', username)
|
85 |
|
|
|
79 |
config['preauthorized']
|
80 |
)
|
81 |
|
82 |
+
user, authentication_status, username = authenticator.login('main')
|
83 |
# user, authentication_status, username = authenticator.login('用户登录', 'main')
|
84 |
print('登录的用户:', username)
|
85 |
|