bugfix
This commit is contained in:
parent
d1b503cc51
commit
e14b9dfce5
@ -28,7 +28,10 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
try:
|
||||||
import ujson as json
|
import ujson as json
|
||||||
|
except:
|
||||||
|
import json
|
||||||
|
|
||||||
class DBFilter(object):
|
class DBFilter(object):
|
||||||
def __init__(self,filterjson):
|
def __init__(self,filterjson):
|
||||||
|
Loading…
Reference in New Issue
Block a user