From: Oleg Broytman Date: Thu, 16 Nov 2023 05:35:41 +0000 (+0300) Subject: Feat(robots): Align "Content-Type" X-Git-Tag: 5.0.0~24 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=8c04e58972d1c58ab82250df093c3d503eed4fe2 Feat(robots): Align "Content-Type" --- 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'