removal of obsolete item

This commit is contained in:
Miroslav Stampar 2011-02-28 18:49:25 +00:00
parent da6a87af43
commit ade31b2cb0

View File

@ -78,7 +78,7 @@ class Connect:
threadData = getCurrentThreadData()
threadData.lastRequestUID += 1
url = kwargs.get('url', conf.url).replace(" ", "%20")
url = kwargs.get('url', conf.url)
get = kwargs.get('get', None)
post = kwargs.get('post', None)
method = kwargs.get('method', None)