Open pabloriera opened 3 years ago
Solved when changing this line.
tran = req.args.get(b'transcript', [b''])[0].decode()
to
tran = req.args.get(b'transcript', [b''])[0]
twisted version 16.4.1
Solved when changing this line.
to
twisted version 16.4.1