From cadd746ea1d7617b93c5e589b4a657db7b122409 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 2 May 2011 23:01:34 +0200 Subject: new file states (temp. offline, skipped) --- module/network/RequestFactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network') diff --git a/module/network/RequestFactory.py b/module/network/RequestFactory.py index e91b9ea41..27854e95e 100644 --- a/module/network/RequestFactory.py +++ b/module/network/RequestFactory.py @@ -56,7 +56,7 @@ class RequestFactory(): def getHTTPRequest(self): """ returns a http request, dont forget to close it ! """ - return HTTPRequest(None, self.iface(), self.getProxies()) + return HTTPRequest(CookieJar(None), self.iface(), self.getProxies()) def getURL(self, url, get={}, post={}, multipart=False): h = HTTPRequest(None, self.iface(), self.getProxies()) -- cgit v1.2.3