mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
f1bf1e4fae
commit
fde766f2c9
@ -3190,7 +3190,7 @@ class KOBOTOUCH(KOBO):
|
|||||||
try:
|
try:
|
||||||
kobo_series_id = book.kobo_series_id
|
kobo_series_id = book.kobo_series_id
|
||||||
kobo_series_number_float = book.kobo_series_number_float
|
kobo_series_number_float = book.kobo_series_number_float
|
||||||
except: # This should mean the book was sent to the device during the current session.
|
except Exception: # This should mean the book was sent to the device during the current session.
|
||||||
kobo_series_id = None
|
kobo_series_id = None
|
||||||
kobo_series_number_float = None
|
kobo_series_number_float = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user