mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
make sure to delete stats on export
This commit is contained in:
parent
d027892c5c
commit
9d3fb8d922
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ type = 2,
|
||||||
combinedDue = created,
|
combinedDue = created,
|
||||||
modified = :now
|
modified = :now
|
||||||
""", now=time.time())
|
""", now=time.time())
|
||||||
|
self.newDeck.s.statement("""
|
||||||
|
delete from stats""")
|
||||||
# media
|
# media
|
||||||
if client.mediaSyncPending:
|
if client.mediaSyncPending:
|
||||||
bulkClient = BulkMediaSyncer(client.deck)
|
bulkClient = BulkMediaSyncer(client.deck)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue