This commit is contained in:
Arun Prakash Jana 2018-12-29 04:47:20 +05:30
parent 89c6578078
commit cff8668858
No known key found for this signature in database
GPG Key ID: A75979F35C080412

3
buku
View File

@ -2971,8 +2971,7 @@ def import_firefox_json(json, add_bookmark_folder_as_tag=False, unique_tag=None)
tags = parse_tags(formatted_tags) tags = parse_tags(formatted_tags)
logdbg("Entry found: {}, {}, {}, {} ".format(bm_entry['uri'], bm_entry['title'], tags, desc)) logdbg("Entry found: {}, {}, {}, {} ".format(bm_entry['uri'], bm_entry['title'], tags, desc))
yield (bm_entry['uri'], bm_entry['title'], tags, desc, 0, True) yield (bm_entry['uri'], bm_entry['title'], tags, desc, 0, True, False)
except Exception as e: except Exception as e:
logerr(e) logerr(e)