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