Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SykieChen committed May 19, 2017
1 parent d12afd0 commit 76db0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions online.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def login():
global retry_count
if retry_count>3:
renew_index()
retry_count = 0
print_log("Login failure too many times, try next.")
else:
retry_count += 1
Expand Down

0 comments on commit 76db0a7

Please sign in to comment.