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

Skip to content

Commit 3505503

Browse files
committed
no need to return here
1 parent 942d9e4 commit 3505503

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/request/connect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,6 @@ def getPage(**kwargs):
432432
else:
433433
debugMsg = "got HTTP error code: %d (%s)" % (code, status)
434434
logger.debug(debugMsg)
435-
processResponse(page, responseHeaders)
436-
return page, responseHeaders, code
437435

438436
except (urllib2.URLError, socket.error, socket.timeout, httplib.BadStatusLine, httplib.IncompleteRead, ProxyError), e:
439437
tbMsg = traceback.format_exc()

0 commit comments

Comments
 (0)