From c62b29edc40f89db9cebfc9f67b2054d4de0b8ad Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 5 Sep 2023 11:54:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=BE=AE=E4=BF=A1=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/command.py b/app/command.py index 8a3ed1cb..0e93d487 100644 --- a/app/command.py +++ b/app/command.py @@ -109,6 +109,7 @@ class Command(metaclass=Singleton): "/downloading": { "func": DownloadChain(self._db).remote_downloading, "description": "正在下载", + "category": "管理", "data": {} }, "/transfer": {