-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
When trying to run the code, I'm getting an error:
Traceback (most recent call last):
File "dumpzilla.py", line 2684, in <module>
app = Dumpzilla(sys.argv)
File "dumpzilla.py", line 2522, in __init__
self.show_search_engines(dir)
File "dumpzilla.py", line 1160, in show_search_engines
jdata = json.loads(self.decompressLZ4(fo))
File "dumpzilla.py", line 328, in decompressLZ4
return lz4.block.decompress(file.read())
AttributeError: module 'lz4' has no attribute 'block'
Metadata
Metadata
Assignees
Labels
No labels