Skip to content

Commit c1c14da

Browse files
committed
Minor bug fix
1 parent e6c4154 commit c1c14da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/THANKS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ fufuh <fufuh@users.sourceforge.net>
266266
mariano <marianoso@gmail.com>
267267
for reporting a bug
268268

269+
pacman730 <pacman730@users.sourceforge.net>
270+
for reporting a bug
271+
269272
Stuffe <stuffe.dk@gmail.com>
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)