mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
fix model gencards
This commit is contained in:
parent
3ad1cc00ca
commit
01b297babc
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ class ModelManager(object):
|
|||
m['usn'] = self.deck.usn()
|
||||
m['css'] = self._css(m)
|
||||
self._updateRequired(m)
|
||||
if gencards:
|
||||
self.deck.genCards(self.fids(m))
|
||||
if gencards:
|
||||
self.deck.genCards(self.fids(m))
|
||||
self.changed = True
|
||||
|
||||
def flush(self):
|
||||
|
|
Loading…
Reference in a new issue