There was an error while loading. Please reload this page.
1 parent ab269f3 commit 49d3860Copy full SHA for 49d3860
1 file changed
lib/request/connect.py
@@ -273,7 +273,6 @@ def getPage(**kwargs):
273
url, params = url.split('?', 1)
274
params = urlencode(params)
275
url = "%s?%s" % (url, params)
276
- requestMsg += "?%s" % params
277
278
elif multipart:
279
# Needed in this form because of potential circle dependency
0 commit comments