mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
update priorities on export
This commit is contained in:
parent
58044f8586
commit
5ca9afa0da
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ delete from stats""")
|
|||
bulkClient.sync()
|
||||
# need to save manually
|
||||
self.newDeck.rebuildCounts()
|
||||
self.newDeck.updateAllPriorities()
|
||||
self.exportedCards = self.newDeck.cardCount
|
||||
self.newDeck.utcOffset = -1
|
||||
self.newDeck.s.commit()
|
||||
|
|
Loading…
Reference in a new issue