]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rsimple_tos.py
No need to split bookmark.href - a robot will split it itself.
[bookmarks_db.git] / Robots / bkmk_rsimple_tos.py
index cecb515bfa87e7ff0a034bdee8451619802a0672..b7e89e8ca366168c13176803af2bc6efb1ce0ece 100644 (file)
@@ -11,9 +11,9 @@ timeoutsocket.setDefaultSocketTimeout(900)
 from bkmk_rsimple import robot_simple, get_error
 
 class robot_simple_tos(robot_simple):
-   def check_url(self, bookmark, url_type, url_rest):
+   def check_url(self, bookmark):
       try:
-         return robot_simple.check_url(self, bookmark, url_type, url_rest)
+         return robot_simple.check_url(self, bookmark)
 
       except (socket.error, timeoutsocket.Timeout), msg:
          bookmark.error = get_error(msg)