desc was in wrong location

This commit is contained in:
Damien Elmes 2011-12-17 08:36:51 +09:00
parent 3957f07afb
commit 4496782e5b

View file

@ -17,6 +17,7 @@ defaultDeck = {
'timeToday': [0, 0], # time in ms 'timeToday': [0, 0], # time in ms
'conf': 1, 'conf': 1,
'usn': 0, 'usn': 0,
'desc': "",
} }
defaultConf = { defaultConf = {
@ -55,7 +56,6 @@ defaultConf = {
'maxTaken': 60, 'maxTaken': 60,
'timer': 0, 'timer': 0,
'autoplay': True, 'autoplay': True,
'desc': "",
'mod': 0, 'mod': 0,
'usn': 0, 'usn': 0,
} }