Changed json to simplejson
This commit is contained in:
@ -8,10 +8,11 @@
|
||||
import sys
|
||||
import math
|
||||
import requests
|
||||
import json
|
||||
import time
|
||||
import logging
|
||||
|
||||
import simplejson as json
|
||||
|
||||
from stream import Stream
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
@ -7,10 +7,11 @@
|
||||
|
||||
import multiprocessing
|
||||
import requests
|
||||
import json
|
||||
import time
|
||||
import logging
|
||||
|
||||
import simplejson as json
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user