2c0f41ee8f
I made the mistake of using str.decode() which isn't a thing in python3 (works fine in 2). So this commit fixes it so that the GUID string itself is generated directly as a byte string, so that the call to decode() isn't needed at all.