diff --git a/src/calibre/gui2/wizard/__init__.py b/src/calibre/gui2/wizard/__init__.py index 569c72ae55..d831307d9a 100644 --- a/src/calibre/gui2/wizard/__init__.py +++ b/src/calibre/gui2/wizard/__init__.py @@ -446,7 +446,7 @@ class KindlePage(QWizardPage, KindleUI): if not accounts: accounts = {} for y in accounts.values(): y[2] = False - accounts[x] = ['AZW, MOBI, TPZ, PRC, AZW1, AZW3', True, True] + accounts[x] = ['AZW, MOBI, TPZ, PRC, AZW1', True, True] conf.set('accounts', accounts) def nextId(self):