From 6d84ef13f214164632a74d7ec4b3d669810ce570 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 16 May 2014 16:44:51 +0200 Subject: [PATCH] [fix] indentation --- searx/engines/piratebay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py index 85268dca..c14b70f3 100644 --- a/searx/engines/piratebay.py +++ b/searx/engines/piratebay.py @@ -44,7 +44,7 @@ def response(resp): 'leech': leech, 'magnetlink': magnetlink.attrib['href'], 'template': 'torrent.html'}) - return sorted(results, key=lambda x: get_int('seed'), reversed=True) + return sorted(results, key=lambda x: get_int('seed'), reversed=True) def get_int(field): try: