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,
|
||||
modified = :now
|
||||
""", now=time.time())
|
||||
self.newDeck.s.statement("""
|
||||
delete from stats""")
|
||||
# media
|
||||
if client.mediaSyncPending:
|
||||
bulkClient = BulkMediaSyncer(client.deck)
|
||||
|
|
|
|||
Loading…
Reference in a new issue