From 7797cd0681757672888f6808f7d6a5fb0265002c Mon Sep 17 00:00:00 2001 From: Ade Date: Sat, 11 Mar 2017 12:37:13 +1300 Subject: [PATCH] pep8 --- headphones/postprocessor.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 39393e58..7727fd82 100755 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -414,9 +414,8 @@ def doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list, album_art_path = None artwork = None if headphones.CONFIG.EMBED_ALBUM_ART or headphones.CONFIG.ADD_ALBUM_ART or \ - (headphones.CONFIG.PLEX_ENABLED and headphones.CONFIG.PLEX_NOTIFY) or \ - (headphones.CONFIG.XBMC_ENABLED and CONFIG.XBMC_NOTIFY): - + (headphones.CONFIG.PLEX_ENABLED and headphones.CONFIG.PLEX_NOTIFY) or \ + (headphones.CONFIG.XBMC_ENABLED and CONFIG.XBMC_NOTIFY): logger.info('Searching for artwork') album_art_path, artwork = albumart.getAlbumArt(albumid)