Skip to content

Commit

Permalink
fix #3375
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Feb 8, 2023
1 parent 3b11732 commit a5f6d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/conf/moduleconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a5f6d97

Please sign in to comment.