Import json in modules/eval_python.py
This commit is contained in:
parent
cfb9fa1c2e
commit
10d403d24a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import html, socket
|
||||
import html, json, socket
|
||||
from src import ModuleManager, utils
|
||||
|
||||
EVAL_TEMPLATE = """
|
||||
|
|
Loading…
Reference in a new issue