Skip to content

Commit 9729132

Browse files
committed
更新统一登录门户api
1 parent ce2afc1 commit 9729132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def login_success(self): # 登录成功后执行的函数 保存cookie和用户
153153
f.write(self.headers["Authorization"])
154154
userinfo = json.loads(self.getUserInfo().text)
155155
realname = userinfo["result"]["realname"]
156-
# signInfo = userinfo["result"]["sign"] # 可能是签到信息,暂且留空,不用留空,证明为不存在
156+
# signInfo = userinfo["result"]["sign"] # 可能是签到信息,暂且留空,不用留空。2023.05.16 证明为有签到任务也不存在此数据
157157
print("Login successfully. Welcome, {}".format(realname))
158158
self.relogin = False
159159
if os.path.exists(os.path.split(os.path.realpath(__file__))[0] + "/account.txt"):

0 commit comments

Comments
 (0)