diff options
author | Lint Action <noreply@github.com> | 2022-02-04 16:50:25 +0000 |
---|---|---|
committer | Lint Action <noreply@github.com> | 2022-02-04 16:50:25 +0000 |
commit | 79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3 (patch) | |
tree | 849e23afb99c913f8eac69def3e41caf96025b55 /ATRI/plugins/code_runner | |
parent | c38bab21b3c85e82250e3b82ebde31e2aca2db92 (diff) | |
download | ATRI-79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3.tar.gz ATRI-79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3.tar.bz2 ATRI-79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/plugins/code_runner')
-rw-r--r-- | ATRI/plugins/code_runner/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/code_runner/__init__.py b/ATRI/plugins/code_runner/__init__.py index 01b09c6..adf6407 100644 --- a/ATRI/plugins/code_runner/__init__.py +++ b/ATRI/plugins/code_runner/__init__.py @@ -20,7 +20,7 @@ async def _code_runner( ): user_id = event.get_user_id() msg = args.extract_plain_text() - + if msg: matcher.set_arg("opt", args) else: |