From 14a3d6b3dfe6471fee94e604875e3919ea6d10ed Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 26 Feb 2024 06:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A5=E5=B9=B2=E6=8E=89=E7=9A=84=E8=A6=81?= =?UTF-8?q?=E5=B9=B2=E6=8E=89=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica-rs/plugins/save_eval.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ica-rs/plugins/save_eval.py b/ica-rs/plugins/save_eval.py index d1ae428..e4fb333 100644 --- a/ica-rs/plugins/save_eval.py +++ b/ica-rs/plugins/save_eval.py @@ -42,6 +42,7 @@ def safe_eval(code: str, msg: NewMessage) -> str: "__import__": "", "globals": "", "compile": "", + "open": "", "help": "", "exit": "", "input": "",