]> git.phdru.name Git - bookmarks_db.git/commitdiff
Fix(Robots/bkmk_robot_base): Add forgotten space in log 5.2.1
authorOleg Broytman <phd@phdru.name>
Sat, 2 Mar 2024 09:28:34 +0000 (12:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 2 Mar 2024 10:25:56 +0000 (13:25 +0300)
Robots/bkmk_robot_base.py

index 2024ab85efd74594eb4700078f19f7e012ae2b78..724391853f57f4d7912f579e261d403de35ccb47 100644 (file)
@@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__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
                                              )