mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:46:52 +02:00
GwR bookmark tweaks - add 'reading in progress' symbol
This commit is contained in:
parent
5b3a929011
commit
b05db2f5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1282,7 +1282,7 @@ def hexdump(self, src, length=16):
|
|||
result += "%04X %-*s %s\n" % (N, length*3, hexa, s)
|
||||
N+=length
|
||||
print result
|
||||
|
||||
self.bookmarked_books = {}
|
||||
if self.opts.connected_kindle:
|
||||
self.opts.log.info(" Collecting Kindle bookmarks matching catalog entries")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue