Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148fb26 commit d2f102fCopy full SHA for d2f102f
1 file changed
lib/request/basic.py
@@ -143,7 +143,7 @@ def getHeuristicCharEncoding(page):
143
"""
144
retVal = detect(page)['encoding']
145
146
- infoMsg = "heuristics detected web page charset '%s'." % retVal
+ infoMsg = "heuristics detected web page charset '%s'" % retVal
147
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
148
149
return retVal
0 commit comments