Skip to content

Commit

Permalink
删除无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaryTree committed Jul 7, 2021
1 parent c88bf45 commit 2eaf23d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def main(_user, _passwd, _step):
if _step == '':
print("已设置为随机步数(10000-19999)")
_step = str(random.randint(10000, 19999))
login_token = 0
login_token, userid = login(_user, password)
if login_token == 0:
print("登陆失败!")
Expand Down

0 comments on commit 2eaf23d

Please sign in to comment.