]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_robot_base.py
Remove self.cleanup
[bookmarks_db.git] / Robots / bkmk_robot_base.py
index 80079b4d9006a45793d212b898b319c004a3a5c9..533238cfe228a01e4842d34415d4376f1ee9d915 100644 (file)
@@ -222,8 +222,5 @@ class robot_base(Robot):
    def finish_check_url(self, bookmark):
       start = self.start
       bookmark.last_tested = str(start)
-
       now = int(time.time())
       bookmark.test_time = str(now - start)
-
-      self.cleanup()