Skip to content

Commit

Permalink
debug: 输出原cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 13, 2024
1 parent f56f7b8 commit 6009d5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions campux/social/qzone/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ async def login_via_ob11_bot(
cookies = await ob11_bot.get_cookies(
domain='qzone.qq.com',
)
print("raw cookies:", cookies)

cookies = cookies.get('cookies', {})

print("parsed cookies:", cookies)

await ob11_auto_callback(cookies)

return cookies
Expand Down

0 comments on commit 6009d5d

Please sign in to comment.