]> git.phdru.name Git - bookmarks_db.git/commitdiff
Fixed a bug.
authorOleg Broytman <phd@phdru.name>
Fri, 28 Dec 2007 16:33:55 +0000 (16:33 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Dec 2007 16:33:55 +0000 (16:33 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@144 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rsimple.py

index 19825eb9b0d6b347763a772ea35ccda755589ec9..47c2c7b425addbab96b0a4173c442ad61693debe 100644 (file)
@@ -48,7 +48,8 @@ urllib._urlopener = MyURLopener()
 # Fake headers to pretend this is a real browser
 _version = "Links (2.1; Linux 2.6 i686; 80x25)"
 urllib._urlopener.addheaders[0] = ('User-Agent', _version)
-_version = "bookmarks_db (Python %d.%d.%d; urllib/%s)" % (sys.version_info[:3], urllib.__version__)
+_version = "bookmarks_db (Python %d.%d.%d; urllib/%s)" % (
+   sys.version_info[0], sys.version_info[1], sys.version_info[2], urllib.__version__)
 urllib._urlopener.addheader('X-User-Agent', _version)
 
 urllib._urlopener.addheader('Connection', 'close')