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

Skip to content

Commit c1c14da

Browse files
committed
Minor bug fix
1 parent e6c4154 commit c1c14da

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

doc/THANKS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ fufuh <[email protected]>
266266
267267
for reporting a bug
268268

269+
pacman730 <[email protected]>
270+
for reporting a bug
271+
269272
270273
for reporting a minor bug and a feature request
271274

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def getPage(**kwargs):
217217
time.sleep(1)
218218

219219
socket.setdefaulttimeout(conf.timeout)
220-
return Connect.__getPageProxy(url=url, get=get, post=post, cookie=cookie, ua=ua, direct=direct, multipart=multipart, silent=silent)
220+
return Connect.__getPageProxy(**kwargs)
221221

222222
else:
223223
socket.setdefaulttimeout(conf.timeout)

0 commit comments

Comments
 (0)