Coolisbetter

Results 1 issues of Coolisbetter

When running ``` from SwSpotify import spotify try: title, artist = spotify.current() except: print(f"Song lookup timed out") return ``` I get the below error message. Furthermore, the python script will...