diff --git a/anki/decks.py b/anki/decks.py index 5753f0a4e..aa1b2c15b 100644 --- a/anki/decks.py +++ b/anki/decks.py @@ -17,6 +17,7 @@ defaultDeck = { 'timeToday': [0, 0], # time in ms 'conf': 1, 'usn': 0, + 'desc': "", } defaultConf = { @@ -55,7 +56,6 @@ defaultConf = { 'maxTaken': 60, 'timer': 0, 'autoplay': True, - 'desc': "", 'mod': 0, 'usn': 0, }