bruce
bruce copied to clipboard
Remove Invalid code
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
This way of fixing the encoding issue is discouraged, (see http://stackoverflow.com/questions/3828723/why-we-need-sys-setdefaultencodingutf-8-in-a-py-script)