]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_robot_base.py
Feat(robots): Align "Content-Type"
[bookmarks_db.git] / Robots / bkmk_robot_base.py
index f32e1b304d45aab959b047d51db4140241b90633..d8877c6f41c6b6f30c8d8ba4b8dbcec396e6c02b 100644 (file)
@@ -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'