Changed json to simplejson

This commit is contained in:
David Maitland
2015-08-13 14:15:46 +01:00
parent 5da26b1fac
commit 2c84cff892
3 changed files with 6 additions and 4 deletions

View File

@ -7,10 +7,11 @@
import multiprocessing
import requests
import json
import time
import logging
import simplejson as json
logger = logging.getLogger(__name__)