X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_robot_base.py;h=d8877c6f41c6b6f30c8d8ba4b8dbcec396e6c02b;hb=8c04e58972d1c58ab82250df093c3d503eed4fe2;hp=f32e1b304d45aab959b047d51db4140241b90633;hpb=e69ee847224026d24684847d19d178f5b0db9309;p=bookmarks_db.git diff --git a/Robots/bkmk_robot_base.py b/Robots/bkmk_robot_base.py index f32e1b3..d8877c6 100644 --- a/Robots/bkmk_robot_base.py +++ b/Robots/bkmk_robot_base.py @@ -126,7 +126,7 @@ class robot_base(Robot): if headers: try: content_type = headers["Content-Type"] - self.log(" Content-Type: %s" % content_type) + self.log(" Content-Type : %s" % content_type) if content_type is None: if 'html' in content.lower(): content_type = 'text/html'