Update simdht_worker.py

This commit is contained in:
Mr Chen 2019-01-10 18:05:11 +08:00
parent d1282b667d
commit bef1c16cb5
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ from collections import deque
from Queue import Queue
from configparser import ConfigParser
reload(sys)
sys.setdefaultencoding('utf-8')
import pygeoip
import MySQLdb as mdb
try: