]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Recode from DEFAULT_CHARSET if recoding from cp1252 (bad guess by BeautifulSoup)...
[bookmarks_db.git] / check_urls.py
index 82d4af6946aef502fe25e80298aa6e4dec6c6fdf..057e023e7eb675026b85ec7f364bc988431e2ca4 100755 (executable)
@@ -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: