diff --git a/anki/exporting.py b/anki/exporting.py index fa60ef437..3c31abc93 100644 --- a/anki/exporting.py +++ b/anki/exporting.py @@ -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()