JVice commited on
Commit
5426ed4
·
1 Parent(s): e3b5c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def user_login_create():
78
  global TBYB_LOGO
79
  global USER_LOGGED_IN
80
  users = None
81
- with open(userDataFile) as file:
82
  users = yaml.load(file, Loader=SafeLoader)
83
  AUTHENTICATOR = stauth.Authenticate(
84
  users['credentials'],
 
78
  global TBYB_LOGO
79
  global USER_LOGGED_IN
80
  users = None
81
+ with open(USER_DATABASE_PATH) as file:
82
  users = yaml.load(file, Loader=SafeLoader)
83
  AUTHENTICATOR = stauth.Authenticate(
84
  users['credentials'],