mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
pep: fix E111
This commit is contained in:
@@ -676,9 +676,9 @@ def renameNFO(albumpath):
|
||||
def moveFiles(albumpath, release, tracks):
|
||||
logger.info("Moving files: %s" % albumpath)
|
||||
try:
|
||||
date = release['ReleaseDate']
|
||||
date = release['ReleaseDate']
|
||||
except TypeError:
|
||||
date = u''
|
||||
date = u''
|
||||
year = date[:4]
|
||||
artist = release['ArtistName'].replace('/', '_')
|
||||
album = release['AlbumTitle'].replace('/', '_')
|
||||
|
||||
Reference in New Issue
Block a user