Closed TamaBaka closed 8 years ago
In unfactor.py,
header = f.read(414)
has one too many indents. It creates a "IndentationError: unindent does not match any outer indentation level" error.
Fixed.
In unfactor.py,
has one too many indents. It creates a "IndentationError: unindent does not match any outer indentation level" error.