From 6cd0016457a4da90165c55bbe6be087e54bef6d1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 May 2016 17:11:38 +0530 Subject: [PATCH] ... --- src/calibre/devices/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index beb154fcd6..05bab20495 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -554,7 +554,7 @@ class CERVANTES(USBMS): description = _('Communicate with the Bq Cervantes') author = 'Kovid Goyal' supported_platforms = ['windows', 'osx', 'linux'] - formats = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt'] + FORMATS = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt'] VENDOR_ID = [0x2a47] PRODUCT_ID = [0xad78] BCD = [0x0110]