Closed JoramM closed 6 years ago
The bytestring function in the given example is deprecated (UndefVarError: bytestring not defined). I replaced it with the convert function.
bytestring
UndefVarError: bytestring not defined
convert
Thanks, appreciate it.
The
bytestring
function in the given example is deprecated (UndefVarError: bytestring not defined
). I replaced it with theconvert
function.