From 805eb7dd13cbc7c1301003bec68839e64ae41883 Mon Sep 17 00:00:00 2001 From: doucheymcdoucherson Date: Thu, 8 Nov 2018 12:08:41 -0800 Subject: [PATCH] tabs to spaces --- headphones/searcher.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 4ab1fadb..d374b9e4 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -486,10 +486,10 @@ def sort_search_results(resultlist, album, new, albumlength): else: finallist = sorted(resultlist, key=lambda title: (title[5], int(title[1])), reverse=True) - - # keep number of seeders order for Orpheus.network + + # keep number of seeders order for Orpheus.network if result[3] == 'Orpheus.network': - finallist = resultlist + finallist = resultlist if not len(finallist): logger.info('No appropriate matches found for %s - %s', album['ArtistName'],