mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
fix indentation and a parantheses error (#30)
Removed inconsistent use of space and tabs. Added parentheses in line 102
This commit is contained in:
committed by
Ritiek Malhotra
parent
a378d25e9f
commit
d03ea35416
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user