From 4b8bbd8ac6f712a35655000bae57f2d30c11ff36 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 6 Mar 2013 23:35:37 +0100 Subject: HTTPRequest: fixed variable name --- module/network/HTTPRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/HTTPRequest.py') diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index 4b45e10a2..990148e0f 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -160,7 +160,7 @@ class HTTPRequest(): url = "%s?%s" % (url, get) self.c.setopt(pycurl.URL, url) - self.c.lastUrl = url + self.lastURL = url if post: self.c.setopt(pycurl.POST, 1) -- cgit v1.2.3