]> git.phdru.name Git - bookmarks_db.git/commitdiff
Remove all temporary files with urlcleanup().
authorOleg Broytman <phd@phdru.name>
Thu, 7 Oct 2010 18:30:33 +0000 (18:30 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Oct 2010 18:30:33 +0000 (18:30 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@292 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rsimple.py

index c4a16644a468925a2a68248fdc195973b2cc9dfe..63f96027c2f5d2458b22d697c6aad34797ce90ff 100644 (file)
@@ -291,3 +291,4 @@ class robot_simple(Robot):
 
       now = int(time.time())
       bookmark.test_time = str(now - start)
+      urllib.urlcleanup()