This commit is contained in:
Charles Haley 2012-08-06 18:55:28 +02:00
parent 0262ea0e52
commit aa62a13cf0

View File

@ -703,7 +703,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
for book in v: for book in v:
lpaths.append(book.lpath) lpaths.append(book.lpath)
coldict[k] = lpaths coldict[k] = lpaths
self._debug(coldict)
# If we ever do device_db plugboards, this is where it will go. We will # If we ever do device_db plugboards, this is where it will go. We will
# probably need to send two booklists, one with calibre's data that is # probably need to send two booklists, one with calibre's data that is
# given back by "books", and one that has been plugboarded. # given back by "books", and one that has been plugboarded.