]> git.phdru.name Git - bookmarks_db.git/commitdiff
Feat(robots): Align "Content-Type"
authorOleg Broytman <phd@phdru.name>
Thu, 16 Nov 2023 05:35:41 +0000 (08:35 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 17 Nov 2023 10:58:35 +0000 (13:58 +0300)
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'