Skip to content

Commit

Permalink
added missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
krayevidi committed Aug 2, 2021
1 parent fe3e755 commit 04451e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def import_from_shazam(library: ShazamLibrary):
def main():
library = ShazamLibrary()
playlist = SpotifyPlaylist()
playlist.import_from_shazam()
playlist.import_from_shazam(library)


if __name__ == '__main__':
Expand Down

0 comments on commit 04451e0

Please sign in to comment.