plugins now use ujson
This commit is contained in:
parent
a8ab5d20f1
commit
919ab12b76
7 changed files with 54 additions and 41 deletions
|
@ -3,9 +3,10 @@
|
|||
This file primarily serves to allow specific fetching of circles board messages
|
||||
"""
|
||||
import operator
|
||||
import json
|
||||
import os
|
||||
|
||||
import ujson as json
|
||||
|
||||
from flask import Response, Blueprint
|
||||
from deadsimplekv import DeadSimpleKV
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue