Fixed a typo in the Nia addition

Removed a doubled parenthesis in the code added to support Kobo Nia
This commit is contained in:
HexPandaa 2020-07-15 20:01:47 +02:00 committed by GitHub
parent 936e4bba5b
commit ecbb141064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3396,7 +3396,7 @@ class KOBOTOUCH(KOBO):
_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