With that change it works.
open('/dev/urandom','wb').write(''.join(chr(t) for t in ctokens))
except IOError:
# works anywaythanks!
With that change it works.
open('/dev/urandom','wb').write(''.join(chr(t) for t in ctokens))
except IOError:
# works anywaythanks!