X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_urls.py;h=057e023e7eb675026b85ec7f364bc988431e2ca4;hb=4bc1dbf072d0aa14f1ddca5303476290897776ef;hp=82d4af6946aef502fe25e80298aa6e4dec6c6fdf;hpb=a1b7edb2f925e22c9ad843496e13c687ce395e44;p=bookmarks_db.git diff --git a/check_urls.py b/check_urls.py index 82d4af6..057e023 100755 --- a/check_urls.py +++ b/check_urls.py @@ -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: