This commit is contained in:
@@ -8,6 +8,9 @@ import base64
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
|
from executor.engine import Engine
|
||||||
|
from executor.core import config
|
||||||
|
|
||||||
def json_read(filename):
|
def json_read(filename):
|
||||||
with open(filename, 'r') as fd:
|
with open(filename, 'r') as fd:
|
||||||
data = json.load(fd)
|
data = json.load(fd)
|
||||||
|
|||||||
Reference in New Issue
Block a user