Modified noSongPlaying String Output

Added white space to the end of noSongPlaying string for better compatibility with OBS.
This commit is contained in:
GamePlayerCole
2018-09-18 09:44:40 -04:00
parent 81869c6b75
commit 56889dc2cf
2 changed files with 2 additions and 1 deletions

View File

@@ -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():

1
currentSong.txt Normal file
View File

@@ -0,0 +1 @@
Nothing Currently Playing