diff options
| author | Kyomotoi <1172294279@qq.com> | 2020-12-03 23:48:58 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 23:48:58 +0800 | 
| commit | 0cb857e8a3d43ec3d68a0e87b72cb41ea21a58c6 (patch) | |
| tree | 427ab041991f967e66effb12388f85ee9b3d21a7 | |
| parent | aa394adbaae88118d307e3c42b9888250334b5d3 (diff) | |
| download | ATRI-0cb857e8a3d43ec3d68a0e87b72cb41ea21a58c6.tar.gz ATRI-0cb857e8a3d43ec3d68a0e87b72cb41ea21a58c6.tar.bz2 ATRI-0cb857e8a3d43ec3d68a0e87b72cb41ea21a58c6.zip  | |
[Fix]
Thanks jinser find it.
| -rw-r--r-- | ATRI/plugins/plugin_admin/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/plugin_admin/__init__.py b/ATRI/plugins/plugin_admin/__init__.py index f88ef74..f187d15 100644 --- a/ATRI/plugins/plugin_admin/__init__.py +++ b/ATRI/plugins/plugin_admin/__init__.py @@ -175,7 +175,7 @@ async def _(bot: Bot, event: Event, state: dict) -> None:          info_error = data[track_id]          msg0 = f"trackID: {track_id}\n" -        msg0 = +info_error +        msg0 =+ info_error          await trackError.finish(msg0)  | 
