]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Fixed a bug - parse "HTTP-Equiv" without content.
[bookmarks_db.git] / check_urls.py
index 057e023e7eb675026b85ec7f364bc988431e2ca4..2e9fe83c8a2a72328a7ff7d022e27d7f1edadff0 100755 (executable)
@@ -2,12 +2,12 @@
 """
    Robot interface - check URLs from bookmarks database
 
-   Written by BroytMann. Copyright (C) 2000-2007 PhiloSoft Design.
+   Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design.
 """
 
 
-import sys, os, tempfile
-tempfname = "check_urls" + tempfile.gettempprefix() + "tmp"
+import sys, os
+tempfname = "check_urls.tmp"
 
 
 def run():
@@ -31,7 +31,7 @@ def run():
       pass
 
    if report_stats:
-      print "BroytMann check_urls, Copyright (C) 1997-2007 PhiloSoft Design"
+      print "Broytman check_urls, Copyright (C) 1997-2007 PhiloSoft Design"
 
    if args:
       sys.stderr.write("check_urls: too many arguments\n")