]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rurllib.py
Remove self.cleanup
[bookmarks_db.git] / Robots / bkmk_rurllib.py
index 6c10148af5688b26fc4eba60c7f34247a8d581bc..f39a02c0c427830e17f5cdf6fa3dc0946c06f59c 100644 (file)
@@ -120,5 +120,6 @@ class robot_urllib(robot_base):
                           # If there are - ftpcache_key in prev line is invalid.
       return _welcome
 
-   def cleanup(self):
+   def finish_check_url(self, bookmark):
+      robot_base.finish_check_url(self, bookmark)
       urllib.urlcleanup()