From 4496782e5b760b65b4dc2a4b908372020a7e8d29 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 17 Dec 2011 08:36:51 +0900 Subject: [PATCH] desc was in wrong location --- anki/decks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }