Skip to content

Commit

Permalink
Merge pull request #3399 from jxxghp/dev
Browse files Browse the repository at this point in the history
fix #3375
  • Loading branch information
jxxghp authored Feb 8, 2023
2 parents 3ee22fa + a5f6d97 commit 226b07e
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 226b07e

Please sign in to comment.