Changed json to simplejson
This commit is contained in:
@ -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