plugins now use ujson

This commit is contained in:
Kevin Froman 2020-04-03 04:27:37 -05:00
parent a8ab5d20f1
commit 919ab12b76
7 changed files with 54 additions and 41 deletions

View file

@ -19,7 +19,7 @@
'''
# Imports some useful libraries
import locale, sys, os, threading, json
import locale, sys, os, threading, ujson as json
locale.setlocale(locale.LC_ALL, '')
import onionrservices, logger, config
from onionrservices import bootstrapservice