diff --git a/vote/app.py b/vote/app.py index f751719..2d2e5d3 100644 --- a/vote/app.py +++ b/vote/app.py @@ -10,7 +10,7 @@ import random import json import uuid import sys -import requests + reload(sys) sys.setdefaultencoding('utf-8')