mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -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
|
data['due'] = self._now
|
||||||
self._now += .00001
|
self._now += .00001
|
||||||
data.update(card.__dict__)
|
data.update(card.__dict__)
|
||||||
|
data['combinedDue'] = data['due']
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def stripInvalid(self, cards):
|
def stripInvalid(self, cards):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue