mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
Fixed a typo in the Nia addition
Removed a doubled parenthesis in the code added to support Kobo Nia
This commit is contained in:
parent
936e4bba5b
commit
ecbb141064
1 changed files with 1 additions and 1 deletions
|
|
@ -3396,7 +3396,7 @@ def cover_file_endings(self):
|
|||
_cover_file_endings = self.LIBRA_H2O_COVER_FILE_ENDINGS
|
||||
elif self.isMini():
|
||||
_cover_file_endings = self.LEGACY_COVER_FILE_ENDINGS
|
||||
elif self.isNia()():
|
||||
elif self.isNia():
|
||||
_cover_file_endings = self.GLO_COVER_FILE_ENDINGS
|
||||
elif self.isTouch():
|
||||
_cover_file_endings = self.LEGACY_COVER_FILE_ENDINGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue