no calls plz
This commit is contained in:
parent
35f6fb1383
commit
f078946ed3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def safe_eval(expr, locals={}, include_exceptions=False):
|
||||||
(
|
(
|
||||||
ast.Add,
|
ast.Add,
|
||||||
ast.BinOp,
|
ast.BinOp,
|
||||||
ast.Call,
|
#ast.Call,
|
||||||
ast.Compare,
|
ast.Compare,
|
||||||
ast.Dict,
|
ast.Dict,
|
||||||
ast.Div,
|
ast.Div,
|
||||||
|
|
Loading…
Reference in a new issue