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": "",