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

Skip to content

Commit 73b7725

Browse files
committed
minor cosmetic update
1 parent 6dcd05c commit 73b7725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __setRequestParams():
9696
result += parts[j]
9797
if i == j:
9898
result += "*"
99-
conf.paramDict["URI"]["#%d" % (i+1)] = result
99+
conf.paramDict["URI"]["#%d*" % (i+1)] = result
100100
conf.url = conf.url.replace("*", str())
101101
__testableParameters = True
102102

0 commit comments

Comments
 (0)