diff --git a/onebot/plugins/python.py b/onebot/plugins/python.py index 54680cc..7e09507 100644 --- a/onebot/plugins/python.py +++ b/onebot/plugins/python.py @@ -42,7 +42,7 @@ def py(self, _mask, _target, args): "run", "--rm", "--read-only", - '--security-opt=no-new-privileges:true', + "--security-opt=no-new-privileges:true", "--net=none", "--log-driver=none", "--cap-drop=ALL",