mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-07 04:15:14 +01:00
...
This commit is contained in:
parent
341f6601aa
commit
a67f9a4e2b
1 changed files with 0 additions and 2 deletions
|
|
@ -333,9 +333,7 @@ def migrate_preference(key, default):
|
|||
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…
Reference in a new issue