X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fparse_html.py;h=72ca78292dc690e80666bef772edb1831b42d7e1;hb=9b2c446206ca6c1e2d1c165c445115135bedfdb0;hp=6fe1df954236f855e2f08ae1ca048b4f275a704a;hpb=83354a5dc4b5b3fd4e2c3e8a1b43487254b4bcde;p=bookmarks_db.git diff --git a/Robots/parse_html.py b/Robots/parse_html.py index 6fe1df9..72ca782 100755 --- a/Robots/parse_html.py +++ b/Robots/parse_html.py @@ -85,7 +85,7 @@ def parse_html(filename, charset=None, log=None): if parser.meta_charset: if log: log(" META charset : %s" % parser.charset) else: - if log: log(" HTTP charset : %s" % parser.charset) + if log: log(" guessed charset: %s" % parser.charset) if log: log(" current charset: %s" % universal_charset) if log: log(" title : %s" % title) try: