Skip to content

Commit

Permalink
solved all? pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
remi1111 committed Mar 29, 2024
1 parent ee8ef3c commit 44c6b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_songlist_artist(data, artist):

def get_videoid_per_artist(artistchannelid, songlist, artist):
""" Creates a dictionary of songs per artist. """
ytdata = analyze.analyze_list(yt_api.get_video_list(yt_api.get_upload_list(artistchannelid)))
ytdata = analyze.analyze_list(yt_api.get_video_list(yt_api.get_upload_list(artistchannelid),[]))
dupedict = {}
for song in ytdata:
name = string_clean(song['song name'])
Expand Down

0 comments on commit 44c6b59

Please sign in to comment.