From a5f6d97ae8c6cef67430050f3caeee3a47efda8b Mon Sep 17 00:00:00 2001 From: jxxghp <51039935+jxxghp@users.noreply.github.com> Date: Thu, 9 Feb 2023 06:20:50 +0800 Subject: [PATCH] fix #3375 --- app/conf/moduleconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/conf/moduleconf.py b/app/conf/moduleconf.py index 1302a8275..691f487e2 100644 --- a/app/conf/moduleconf.py +++ b/app/conf/moduleconf.py @@ -637,7 +637,7 @@ class ModuleConf(object): "name": "PikPak", "img_url": "../static/img/pikpak.png", "background": "bg-indigo", - "test_command": "app.downloader.client.pikpak|pikpak", + "test_command": "app.downloader.client.pikpak|PikPak", "config": { "username": { "id": "pikpak.username",