Skip to content

Commit 2dcb9d6

Browse files
author
Chloe White
committed
added function for spotify api
1 parent d8af132 commit 2dcb9d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

music_rec/music_recommender.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ def main():
1515
# music_recommender.py (continued)
1616
def connect_to_spotify():
1717
print("Connecting to Spotify API (placeholder)")
18+
19+
if __name__ == "__main__":
20+
connect_to_spotify()

0 commit comments

Comments
 (0)