Skip to content

Commit 31d9e9d

Browse files
committed
Update cookies.py
1 parent 854cc7d commit 31d9e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fixtures/output/python/python3/cookies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
headers = { 'cookie': "foo=bar; bar=baz" }
66

7-
conn.request("POST", "/har", headers = headers)
7+
conn.request("POST", "/har", headers=headers)
88

99
res = conn.getresponse()
1010
data = res.read()

0 commit comments

Comments
 (0)