fixing xml_import

This commit is contained in:
Andrew Davidson 2014-12-29 09:52:55 -08:00
parent 023eb1529e
commit 5638cf99b8

View file

@ -45,4 +45,5 @@ for i in soup(["bookmark"]):
print(str(count)+" - "+b.short) print(str(count)+" - "+b.short)
print(b.title) print(b.title)
print(b.url) print(b.url)
b.factor = b.get_factor()
b.save()