mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Revert of the previous commit
This commit is contained in:
parent
d165d5d5fe
commit
ddb9caeef1
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ def getHeuristicCharEncoding(page):
|
||||||
"""
|
"""
|
||||||
retVal = detect(page)["encoding"]
|
retVal = detect(page)["encoding"]
|
||||||
|
|
||||||
infoMsg = "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