"""
- Dump bookmarks db to a more readable FLAD after check_urls
+ Dump bookmarks db to a more readable FLat Ascii Database
- Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design.
+ Written by Broytman. Copyright (C) 2000-2010 PhiloSoft Design.
"""
for attr_name, attr_out in (("error", "Error"), ("no_error", "NoError"),
("moved", "Moved"), ("size", "Size"), ("md5", "Md5"),
("real_title", "RealTitle"), ("test_time", "TestTime"),
- ("icon", "Icon"), ("charset", "Charset")):
+ ("icon_href", "IconURI"), ("icon", "Icon"), ("charset", "Charset")):
if hasattr(b, attr_name):
self.outfile.write("\n%s: %s" % (attr_out, getattr(b, attr_name)))