XIII

Results 2 comments of XIII

> Then open group.py and go to line 251 to find: > > writer.write(p["transform"]["raw_data"]) and change it to writer.write(bytes(p["transform"]["raw_data"])) group.py only has 134 lines for me, and after searching the...

> > > Then open group.py and go to line 251 to find: > > > writer.write(p["transform"]["raw_data"]) and change it to writer.write(bytes(p["transform"]["raw_data"])) > > > > > > group.py only...