mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 21:36:38 +01:00
Oops
This commit is contained in:
parent
42318c46b6
commit
342036689a
1 changed files with 1 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ def loadResource(self, rtype, qurl):
|
|||
with lopen(path, 'rb') as f:
|
||||
data = f.read()
|
||||
except EnvironmentError:
|
||||
return QByteArray(bytearray.fromhex(
|
||||
return QByteArray(bytearray.fromhex(
|
||||
'89504e470d0a1a0a0000000d49484452'
|
||||
'000000010000000108060000001f15c4'
|
||||
'890000000a49444154789c6300010000'
|
||||
|
|
|
|||
Loading…
Reference in a new issue