Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf1c08a

Browse files
committed
Bug fix
1 parent 2e9bf47 commit bf1c08a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/core/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ def paramToDict(place, parameters=None):
544544
if place in conf.parameters and not parameters:
545545
parameters = conf.parameters[place]
546546

547-
parameters = parameters.replace(", ", ",")
548547
parameters = re.sub(r"&(\w{1,4});", r"%s\g<1>%s" % (PARAMETER_AMP_MARKER, PARAMETER_SEMICOLON_MARKER), parameters)
549548
if place == PLACE.COOKIE:
550549
splitParams = parameters.split(conf.cookieDel or DEFAULT_COOKIE_DELIMITER)

0 commit comments

Comments
 (0)