Skip to content

Commit

Permalink
fix: fix logical error when error password occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Sep 29, 2023
1 parent 829bd32 commit 91f729b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def login():
loginresult = perform_login(credentials)
while loginresult['success'] == 'False':
login()
return
set_global_variable(loginresult['data'])
datanext = login3(token, uid)
if datanext['success'] == 'True':
Expand Down

0 comments on commit 91f729b

Please sign in to comment.