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