X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=Robots%2Fbkmk_rsimple.py;h=88f5e16ab2339613b82432af553210685f476e3b;hp=c2733a184ce5f6352e3b201e751b65404bf32b49;hb=006dd8fb2ecee5e16b054744e8c1da9afc04c378;hpb=8ce74f839238093d7278aa041ff55dbcb7abd3a0 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)