bugfix
This commit is contained in:
parent
b7cfc33042
commit
3919bf115e
@ -17,7 +17,7 @@ from random import randint
|
|||||||
from appPublic.log import debug, exception, error, info
|
from appPublic.log import debug, exception, error, info
|
||||||
from appPublic.timeUtils import timestampstr
|
from appPublic.timeUtils import timestampstr
|
||||||
from sqlor.dbpools import get_sor_context
|
from sqlor.dbpools import get_sor_context
|
||||||
from asteval import Interpreter, NameNotFound
|
from asteval import Interpreter
|
||||||
|
|
||||||
# 1. 创建一个全局的 Interpreter 实例(复用以提高性能)
|
# 1. 创建一个全局的 Interpreter 实例(复用以提高性能)
|
||||||
aeval = Interpreter()
|
aeval = Interpreter()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user