mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
conditionally apply meta
This commit is contained in:
parent
d9aa62d370
commit
ba716e2066
1 changed files with 5 additions and 4 deletions
|
|
@ -565,6 +565,7 @@ values
|
|||
return d
|
||||
|
||||
def updateDeck(self, deck):
|
||||
if 'meta' in deck:
|
||||
meta = deck['meta']
|
||||
for (k,v) in meta:
|
||||
self.deck.s.statement("""
|
||||
|
|
|
|||
Loading…
Reference in a new issue