X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rforking.py;h=f0e9354a0df4628fad5ef0093c08c652c43697ed;hb=d9f2f4316537aea2cf87b2f77bf7d78eb54978a4;hp=4c4c098daae740d2278e6227ad86ca5b4457dc0b;hpb=d4e41686948360cf605081b602302750e61699fe;p=bookmarks_db.git diff --git a/Robots/bkmk_rforking.py b/Robots/bkmk_rforking.py index 4c4c098..f0e9354 100644 --- a/Robots/bkmk_rforking.py +++ b/Robots/bkmk_rforking.py @@ -55,7 +55,8 @@ class robot_forking(Robot): new_b = pickle.loads(subp_pipe.read_record()) for attr in ("error", "no_error", "moved", "size", "md5", "real_title", - "last_tested", "last_modified", "test_time", "icon"): + "last_tested", "last_modified", "test_time", + "icon", "icon_href"): if hasattr(new_b, attr): setattr(bookmark, attr, getattr(new_b, attr)) else: