X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_robot_base.py;h=533238cfe228a01e4842d34415d4376f1ee9d915;hb=9748a62058cd3a07821c346f5a7764d896b73a75;hp=80079b4d9006a45793d212b898b319c004a3a5c9;hpb=96e39d55c791326368ff14d538850e14ba5a2c97;p=bookmarks_db.git diff --git a/Robots/bkmk_robot_base.py b/Robots/bkmk_robot_base.py index 80079b4..533238c 100644 --- a/Robots/bkmk_robot_base.py +++ b/Robots/bkmk_robot_base.py @@ -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()