Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Nov 15, 2022
1 parent 526d1e2 commit d0468c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onebot/plugins/python.py
Expand Up @@ -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",
Expand Down

0 comments on commit d0468c9

Please sign in to comment.