Restyling old form of urlparse

This commit is contained in:
Miroslav Stampar
2013-01-10 15:41:07 +01:00
parent da7f63f125
commit acfeeb4f51
3 changed files with 8 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ def _setRequestParams():
if not kb.processUserMarks:
if place == PLACE.URI:
query = urlparse.urlsplit(value)[3]
query = urlparse.urlsplit(value).query
if query:
parameters = conf.parameters[PLACE.GET] = query
paramDict = paramToDict(PLACE.GET, parameters)