From: Oleg Broytman Date: Sat, 2 Mar 2024 09:28:34 +0000 (+0300) Subject: Fix(Robots/bkmk_robot_base): Add forgotten space in log X-Git-Tag: 5.2.1^0 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=bd078d376a721b31918b60c41ebf15be408bf52a Fix(Robots/bkmk_robot_base): Add forgotten space in log --- diff --git a/Robots/bkmk_robot_base.py b/Robots/bkmk_robot_base.py index 2024ab8..7243918 100644 --- a/Robots/bkmk_robot_base.py +++ b/Robots/bkmk_robot_base.py @@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2024 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['robot_base', 'get_error'] @@ -211,7 +211,7 @@ class robot_base(Robot): bookmark.icon ) else: - self.log(" no icon :" + self.log(" no icon : " "bad content type '%s'" % content_type )