Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tabibyte authored Oct 2, 2024
1 parent 5e726cc commit 6fe9b37
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 @@ -30,7 +30,7 @@ def get_track_ids_from_file(filename):
track_ids.append(match.group(1))
return track_ids

file_path = 'spotify_playlist_updater\song_links.txt'
file_path = 'spotify_playlist_manager\song_links.txt'

new_tracks = get_track_ids_from_file(file_path)

Expand Down

0 comments on commit 6fe9b37

Please sign in to comment.