This commit is contained in:
yumoqing 2026-03-16 17:08:39 +08:00
parent b7cfc33042
commit 3919bf115e

View File

@ -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()