defaultuser8848

Results 1 comments of defaultuser8848

I just ran into same error. There is a bug in your code:`importlib.util.MAGIC_NUMBER.hex()` will return a str,but there need a bytes object to compare with. Also , I think your...