fix whitespace on blank line

This commit is contained in:
doucheymcdoucherson
2018-11-08 12:12:03 -08:00
parent 805eb7dd13
commit 8a2c3169e2

View File

@@ -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