155c155
< out_file.write(struct.pack('<B', 0x80|bits))
---
> out_file.write(struct.pack('<B', 0x80 | bits))