fixing xml_import
This commit is contained in:
parent
023eb1529e
commit
5638cf99b8
1 changed files with 2 additions and 1 deletions
|
@ -45,4 +45,5 @@ for i in soup(["bookmark"]):
|
|||
print(str(count)+" - "+b.short)
|
||||
print(b.title)
|
||||
print(b.url)
|
||||
|
||||
b.factor = b.get_factor()
|
||||
b.save()
|
||||
|
|
Loading…
Reference in a new issue