]> git.phdru.name Git - bookmarks_db.git/commitdiff
Fix(bkmk-add): Stop the robot
authorOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2024 17:52:43 +0000 (20:52 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2024 17:53:32 +0000 (20:53 +0300)
bkmk-add.py

index 68c3dad574c62c2643b6101064edb7d4cb4b8ae9..d4c1addddbc1780939c78535acc677d344dd5e27 100755 (executable)
@@ -60,6 +60,8 @@ def run():
     robot = robot(None)
 
     robot.check_url(bookmark)  # get real title and last modified date
+    robot.stop()
+
     if title:  # forced title
         bookmark.name = title
     elif hasattr(bookmark, "real_title"):