From 8a2c3169e275ce440707841edef16383567b6e22 Mon Sep 17 00:00:00 2001 From: doucheymcdoucherson Date: Thu, 8 Nov 2018 12:12:03 -0800 Subject: [PATCH] fix whitespace on blank line --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index d374b9e4..1991ecd3 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -486,7 +486,7 @@ 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 if result[3] == 'Orpheus.network': finallist = resultlist