X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rurllib.py;h=55e0037e8999e261010d095af4eb1a9b61ad9852;hb=22d567ee3a7eac29b4c83eb1344f7bae4ef0bdb1;hp=20b74239b8fb55fc184b08e2cf686ce8ca150983;hpb=cb9c36b39ed72cd1fa272130d2bcf162a89c3013;p=bookmarks_db.git diff --git a/Robots/bkmk_rurllib.py b/Robots/bkmk_rurllib.py index 20b7423..55e0037 100644 --- a/Robots/bkmk_rurllib.py +++ b/Robots/bkmk_rurllib.py @@ -11,9 +11,7 @@ __license__ = "GNU GPL" __all__ = ['robot_urllib'] -import os import sys -import time import urllib from Robots.bkmk_robot_base import robot_base, get_error @@ -117,7 +115,7 @@ class robot_urllib(robot_base): if (e[0] == "http error") and (e[1] == -1): error = None bookmark.no_error = "The server did not return any header - " - "it is not an error, actually" + "it is not an error, actually" self.log(' no headers: %s' % bookmark.no_error) else: error = get_error(e)