fix indentation and a parantheses error (#30)

Removed inconsistent use of space and tabs. Added parentheses in line 102
This commit is contained in:
Rajanish Karki
2017-02-06 19:44:40 +05:45
committed by Ritiek Malhotra
parent a378d25e9f
commit d03ea35416

View File

@@ -99,7 +99,7 @@ def getLyrics():
print('No log to read from..') print('No log to read from..')
def fixSong(): def fixSong():
print 'Fixing meta-tags' print ('Fixing meta-tags')
audiofile = eyed3.load("Music/" + title + '.mp3') audiofile = eyed3.load("Music/" + title + '.mp3')
audiofile.tag.artist = content['artists'][0]['name'] audiofile.tag.artist = content['artists'][0]['name']
audiofile.tag.album = content['album']['name'] audiofile.tag.album = content['album']['name']