diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index b3a2f90ecb..d11e509032 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -501,8 +501,7 @@ class SMART_DEVICE_APP (DeviceConfig, DevicePlugin): 'validExtensions': self.ALL_FORMATS, 'passwordChallenge': challenge, 'currentLibraryName': self.current_library_name, - 'currentLibraryUUID': library_uuid, - 'rightAnswer': hash_digest}) + 'currentLibraryUUID': library_uuid}) if opcode != 'OK': # Something wrong with the return. Close the socket # and continue.