allinaigc commited on
Commit
2aef356
·
verified ·
1 Parent(s): 686b2e4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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