Skip to content

Commit

Permalink
删除调试
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK committed Jun 11, 2019
1 parent dba9372 commit b7e2065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion music_dl/addons/kugou.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def kugou_search(keyword) -> list:
if hash and hash != "00000000000000000000000000000000":
song.hash = hash
break
print(song)
songs_list.append(song)

return songs_list
Expand Down

0 comments on commit b7e2065

Please sign in to comment.