From c1c14dabd9e13d0120bdbdfe7e81a2375849b0c5 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 21 Dec 2009 11:21:18 +0000 Subject: [PATCH] Minor bug fix --- doc/THANKS | 3 +++ lib/request/connect.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/THANKS b/doc/THANKS index 007313361..b05dc62de 100644 --- a/doc/THANKS +++ b/doc/THANKS @@ -266,6 +266,9 @@ fufuh mariano for reporting a bug +pacman730 + for reporting a bug + Stuffe for reporting a minor bug and a feature request diff --git a/lib/request/connect.py b/lib/request/connect.py index f429bde48..0428b4880 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -217,7 +217,7 @@ class Connect: time.sleep(1) socket.setdefaulttimeout(conf.timeout) - return Connect.__getPageProxy(url=url, get=get, post=post, cookie=cookie, ua=ua, direct=direct, multipart=multipart, silent=silent) + return Connect.__getPageProxy(**kwargs) else: socket.setdefaulttimeout(conf.timeout)