Skip to content

Commit

Permalink
fix: bad domain
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 13, 2024
1 parent 6009d5d commit f028826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campux/social/qzone/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def login_via_ob11_bot(
ob11_bot: onebot.v11.Bot,
):
cookies = await ob11_bot.get_cookies(
domain='qzone.qq.com',
domain='ssl.ptlogin2.qq.com',
)
print("raw cookies:", cookies)

Expand Down

0 comments on commit f028826

Please sign in to comment.