X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_urls.py;h=2e9fe83c8a2a72328a7ff7d022e27d7f1edadff0;hb=8a8b8b5bf01b5435e19c6854e137a3eff9bbf7d8;hp=82d4af6946aef502fe25e80298aa6e4dec6c6fdf;hpb=a1b7edb2f925e22c9ad843496e13c687ce395e44;p=bookmarks_db.git diff --git a/check_urls.py b/check_urls.py index 82d4af6..2e9fe83 100755 --- a/check_urls.py +++ b/check_urls.py @@ -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") @@ -114,7 +114,7 @@ def run(): old_object = root_folder.linear[checked[object.href]] for attr_name in ("last_visit", "last_modified", "error", "no_error", "moved", "size", "md5", "real_title", - "last_tested", "test_time"): + "last_tested", "test_time", "icon", "charset"): if hasattr(old_object, attr_name): setattr(object, attr_name, getattr(old_object, attr_name)) else: