mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-07 20:50:20 -05:00
...
This commit is contained in:
parent
341f6601aa
commit
a67f9a4e2b
@ -333,9 +333,7 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns):
|
||||
self.dirtied_cache = set([x[0] for x in d])
|
||||
|
||||
self.refresh_ondevice = functools.partial(self.data.refresh_ondevice, self)
|
||||
st = time.time()
|
||||
self.refresh()
|
||||
print 'refresh time:', time.time() - st
|
||||
self.last_update_check = self.last_modified()
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user