summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-05-16 16:44:51 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-05-16 16:44:51 +0200
commit6d84ef13f214164632a74d7ec4b3d669810ce570 (patch)
tree6efffc9400d1cf1896a7852ea9538f21a0b613e7
parent637d58f2ed22c96bb1281900540585f039d60818 (diff)
[fix] indentation
-rw-r--r--searx/engines/piratebay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py
index 85268dcab..c14b70f3c 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: