Skip to content
New issue

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

更新列表的时候报错 #4

Open
Landius opened this issue Jan 31, 2021 · 1 comment
Open

更新列表的时候报错 #4

Landius opened this issue Jan 31, 2021 · 1 comment

Comments

@Landius
Copy link

Landius commented Jan 31, 2021

$ 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?

@SolomonLeon
Copy link
Owner

是的,我现在正在写GUI,到时候一并更新

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants