mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
sp.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def dict_from_cookiejar(cookiejar):
|
||||
|
||||
|
||||
def cookiejar_from_dict(cookie_dict, domain=None):
|
||||
"""Returns a CookieJar from a key/value dictoinary."""
|
||||
"""Returns a CookieJar from a key/value dictionary."""
|
||||
|
||||
# create cookiejar
|
||||
cj = cookielib.CookieJar()
|
||||
|
||||
Reference in New Issue
Block a user