mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
b14df7259c
commit
af1b7f408b
@ -3674,18 +3674,17 @@ class KOBOTOUCH(KOBO):
|
||||
' "Attempt to support newer firmware" option.'
|
||||
' Doing so may require you to perform a factory reset of'
|
||||
' your Kobo.'
|
||||
) +
|
||||
) +
|
||||
'\n\n' +
|
||||
_('Discussion of any new Kobo firmware can be found in the'
|
||||
' Kobo forum at MobileRead. This is at %s.'
|
||||
) % 'https://www.mobileread.com/forums/forumdisplay.php?f=223'
|
||||
+
|
||||
'\n' +
|
||||
) % 'https://www.mobileread.com/forums/forumdisplay.php?f=223' + '\n' +
|
||||
(
|
||||
'\nDevice database version: %s.'
|
||||
'\nDevice firmware version: %s'
|
||||
) % (self.dbversion, self.fwversion),
|
||||
UserFeedback.WARN)
|
||||
UserFeedback.WARN
|
||||
)
|
||||
|
||||
return False
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user