From 006dd8fb2ecee5e16b054744e8c1da9afc04c378 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 3 Jan 2011 00:34:35 +0000 Subject: [PATCH] Changed wording. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@305 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- Robots/bkmk_rsimple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robots/bkmk_rsimple.py b/Robots/bkmk_rsimple.py index c2733a1..88f5e16 100644 --- a/Robots/bkmk_rsimple.py +++ b/Robots/bkmk_rsimple.py @@ -220,7 +220,7 @@ class robot_simple(Robot): self.log(" got icon : %s" % content_type) if content_type.startswith("application/") \ or content_type.startswith("text/plain"): - self.log(" got non-image icon, assume x-icon") + self.log(" non-image content type, assume x-icon") content_type = 'image/x-icon' bookmark.icon = "data:%s;base64,%s" % (content_type, b64encode(icon_data)) icons[icon] = (content_type, bookmark.icon) -- 2.39.2