diff --git a/LastFM-NowPlaying.py b/LastFM-NowPlaying.py index 3d4d2ff..c63e032 100644 --- a/LastFM-NowPlaying.py +++ b/LastFM-NowPlaying.py @@ -13,7 +13,7 @@ apiKey = ("460cda35be2fbf4f28e8ea7a38580730") currentTrackURL = ('http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&nowplaying="true"&user=' + str(userName) + '&api_key=' + str(apiKey)) runCheck = True waitTime = 0 -noSongPlaying = ("Nothing Currently Playing") +noSongPlaying = ("Nothing Currently Playing ") #Defines the funcions for use in different threads. def checkForNewSong(): diff --git a/currentSong.txt b/currentSong.txt new file mode 100644 index 0000000..b4f000f --- /dev/null +++ b/currentSong.txt @@ -0,0 +1 @@ +Nothing Currently Playing \ No newline at end of file