Skip to content

Commit

Permalink
Update zodgame.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuZ-Chn authored Nov 11, 2021
1 parent 200d739 commit 071292b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zodgame/zodgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def zodgame(cookie_string):
message = match.group(1) if match is not None else "签到失败"
print(message)
assert "恭喜你签到成功!" in message or "您今日已经签到,请明天再来" in message
driver.close()
driver.quit()

if __name__ == "__main__":

Expand Down

0 comments on commit 071292b

Please sign in to comment.