mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
cosmetics
This commit is contained in:
parent
148fb26301
commit
d2f102f5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ def getHeuristicCharEncoding(page):
|
||||||
"""
|
"""
|
||||||
retVal = detect(page)['encoding']
|
retVal = detect(page)['encoding']
|
||||||
|
|
||||||
infoMsg = "heuristics detected web page charset '%s'." % retVal
|
infoMsg = "heuristics detected web page charset '%s'" % retVal
|
||||||
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
|
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue