Skip to content

Commit

Permalink
removed the first time setup function for now
Browse files Browse the repository at this point in the history
removed the first time setup function for now
  • Loading branch information
Mezque committed Dec 28, 2022
1 parent 19688df commit cd662e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Py/Spotify/Spotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def loop():
loop()

def main():
FirstTimeSetUp()
song,artist,song_lenth,song_pos = get_current_song_and_artist()
print("--------------------------------")
print("- Starting Spotify API Python -")
Expand Down

0 comments on commit cd662e0

Please sign in to comment.