mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 05:05:48 +01:00
IGN:...
This commit is contained in:
commit
3aa2eea42c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def left(self):
|
|||
|
||||
class HuffReader(object):
|
||||
|
||||
def __init__(self, huffs, extra_flags):
|
||||
def __init__(self, huffs):
|
||||
self.huffs = huffs
|
||||
|
||||
if huffs[0][0:4] != 'HUFF' or huffs[0][4:8] != '\x00\x00\x00\x18':
|
||||
|
|
|
|||
Loading…
Reference in a new issue