mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5cac5890d9
commit
6393e98e89
@ -143,7 +143,7 @@ class RecipeModel(QAbstractItemModel, SearchQueryParser):
|
||||
self.favicons = dict([(x, zf.getinfo(x)) for x in zf.namelist() if
|
||||
x.endswith('.png')])
|
||||
except:
|
||||
self.favicons = frozenset()
|
||||
self.favicons = {}
|
||||
self.do_refresh()
|
||||
|
||||
def get_builtin_recipe(self, urn, download=True):
|
||||
|
Loading…
x
Reference in New Issue
Block a user