Browse Source

[fix] indentation

Adam Tauber 11 years ago
parent
commit
6d84ef13f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/piratebay.py

+ 1 - 1
searx/engines/piratebay.py

@@ -44,7 +44,7 @@ def response(resp):
                         'leech': leech,
                         'leech': leech,
                         'magnetlink': magnetlink.attrib['href'],
                         'magnetlink': magnetlink.attrib['href'],
                         'template': 'torrent.html'})
                         '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):
 def get_int(field):
     try:
     try: