mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Minor optimization
This commit is contained in:
2
thirdparty/multipart/multipartpost.py
vendored
2
thirdparty/multipart/multipartpost.py
vendored
@@ -34,7 +34,7 @@ from thirdparty.six.moves import urllib as _urllib
|
||||
|
||||
# Controls how sequences are uncoded. If true, elements may be given
|
||||
# multiple values by assigning a sequence.
|
||||
doseq = 1
|
||||
doseq = True
|
||||
|
||||
|
||||
class MultipartPostHandler(_urllib.request.BaseHandler):
|
||||
|
||||
Reference in New Issue
Block a user