Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoxiaozhang authored Aug 25, 2024
1 parent cd1c3cf commit dd74676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import selenium.common.exceptions
import colorama

version = "v0.4.2"
version = "v0.4.3"
colorama.init(autoreset=True)
logger = logging.getLogger('logger')
logger.setLevel(logging.DEBUG)
Expand Down Expand Up @@ -465,4 +465,4 @@ def login(self):
print("cookie无效,将返回主菜单,建议使用方法1自动获取cookie!")
return
username = self.judge_cookie(cookie)
print(f"成功登录账号{username}!")
print(f"成功登录账号{username}!")

0 comments on commit dd74676

Please sign in to comment.