mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
Minor cosmetics
This commit is contained in:
parent
c7cf8b2e80
commit
42b2c85517
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def direct(query, content=True):
|
|||
break
|
||||
|
||||
if select and not query.upper().startswith("SELECT "):
|
||||
query = "SELECT " + query
|
||||
query = "SELECT %s" % query
|
||||
|
||||
logger.log(9, query)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue