mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
Minor style update
This commit is contained in:
parent
19407b9aca
commit
a8aecaa036
|
@ -676,7 +676,7 @@ class Connect:
|
|||
if post:
|
||||
if conf.skipUrlEncode is None:
|
||||
_ = (post or "").strip()
|
||||
if _.startswith("<") and _.endswith(">"):
|
||||
if _.startswith('<') and _.endswith('>'):
|
||||
msg = "provided POST data looks "
|
||||
msg += "like it's in XML format. "
|
||||
msg += "Do you want to turn off URL encoding "
|
||||
|
|
Loading…
Reference in New Issue
Block a user