Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 436b7d8

Browse files
committed
fixed a bug reported by Marek Sarvas
1 parent 2cd8f31 commit 436b7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def getPage(**kwargs):
256256
responseMsg += "(%s - %d):\n" % (status, code)
257257

258258
if conf.verbose <= 4:
259-
responseMsg += getUnicode(responseHeaders)
259+
responseMsg += getUnicode(responseHeaders.__str__())
260260
elif conf.verbose > 4:
261261
responseMsg += "%s\n%s\n" % (responseHeaders, page)
262262

0 commit comments

Comments
 (0)