mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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()
|
bulkClient.sync()
|
||||||
# need to save manually
|
# need to save manually
|
||||||
self.newDeck.rebuildCounts()
|
self.newDeck.rebuildCounts()
|
||||||
|
self.newDeck.updateAllPriorities()
|
||||||
self.exportedCards = self.newDeck.cardCount
|
self.exportedCards = self.newDeck.cardCount
|
||||||
self.newDeck.utcOffset = -1
|
self.newDeck.utcOffset = -1
|
||||||
self.newDeck.s.commit()
|
self.newDeck.s.commit()
|
||||||
|
|
Loading…
Reference in a new issue