We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ main.py -a playlist1 playlist2 ... $ main.py -rn playlist2 ... $ main.py -u # 删除某个歌单后执行更新 ---------- Updating all playlists ---------- [*] Playlist name: 下载 | Removing deleted songs... Traceback (most recent call last): File "main.py", line 394, in <module> updateAllPlaylist() File "main.py", line 325, in updateAllPlaylist removePlaylistInSongDB(delDataList) TypeError: removePlaylistInSongDB() missing 1 required positional argument: 'dataList'
貌似少了个参数 playlist.name?
playlist.name
The text was updated successfully, but these errors were encountered:
是的,我现在正在写GUI,到时候一并更新
Sorry, something went wrong.
No branches or pull requests
貌似少了个参数
playlist.name
?The text was updated successfully, but these errors were encountered: