X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_robot_base.py;h=c71ce2207f366b46a2d35c07c3a73f4ae206f6b9;hb=34ea60a99f36e3bd78a2f888475d9e66644cb504;hp=e41b1a660574631354f77b44340a40efea7f285e;hpb=d454f1d6aa7f2430d502d847693515f69489c66c;p=bookmarks_db.git diff --git a/Robots/bkmk_robot_base.py b/Robots/bkmk_robot_base.py index e41b1a6..c71ce22 100644 --- a/Robots/bkmk_robot_base.py +++ b/Robots/bkmk_robot_base.py @@ -179,9 +179,10 @@ class robot_base(Robot): if icons[icon_url]: bookmark.icon_href = icon_url content_type, bookmark.icon = icons[icon_url] - self.log(" cached icon: %s" % content_type) + self.log(" cached icon : %s" + % content_type) else: - self.log(" cached icon: no icon") + self.log(" cached icon : no icon") elif icon_url.startswith('data:'): content_type, icon_data = \ icon_url[len('data:'):].split(',', 1)