Commit a35c0eaf authored by lvshibao's avatar lvshibao

获取see_web返回的用户信息

parent 25e22f11
......@@ -18,7 +18,7 @@ def transfer_cookie(cookies):
:return: cookie_jar
"""
cookie_jar = RequestsCookieJar()
for (key, value) in cookies:
for key, value in cookies.items():
cookie_jar.set(key, value)
return cookie_jar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment