diff --git a/anki/deck.py b/anki/deck.py index 3ce58f4d9..3711a21f6 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -34,7 +34,7 @@ defaultQconf = { # other options defaultConf = { - 'currentModelId': None, + 'currentModelId': 1, 'currentGroupId': 1, 'nextFid': 1, 'nextCid': 1,