mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
fix mnemosyne import of due cards
This commit is contained in:
parent
408c04d41f
commit
9b224263a9
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ where factId in (%s)""" % ",".join([str(s) for s in factIds]))
|
|||
data['due'] = self._now
|
||||
self._now += .00001
|
||||
data.update(card.__dict__)
|
||||
data['combinedDue'] = data['due']
|
||||
return data
|
||||
|
||||
def stripInvalid(self, cards):
|
||||
|
|
|
|||
Loading…
Reference in a new issue