mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
no need to rebuild count on export, as it's done in sync
This commit is contained in:
parent
f1d61bc832
commit
de09e37006
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ modified = :now
|
||||||
bulkClient.server = bulkServer
|
bulkClient.server = bulkServer
|
||||||
bulkClient.sync()
|
bulkClient.sync()
|
||||||
# need to save manually
|
# need to save manually
|
||||||
self.newDeck.rebuildCounts()
|
|
||||||
self.newDeck.s.commit()
|
self.newDeck.s.commit()
|
||||||
self.newDeck.close()
|
self.newDeck.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue