浏览代码

[fix] indentation

Adam Tauber 11 年前
父节点
当前提交
6d84ef13f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/engines/piratebay.py

+ 1
- 1
searx/engines/piratebay.py 查看文件

44
                         'leech': leech,
44
                         'leech': leech,
45
                         'magnetlink': magnetlink.attrib['href'],
45
                         'magnetlink': magnetlink.attrib['href'],
46
                         'template': 'torrent.html'})
46
                         'template': 'torrent.html'})
47
-        return sorted(results, key=lambda x: get_int('seed'), reversed=True)
47
+    return sorted(results, key=lambda x: get_int('seed'), reversed=True)
48
 
48
 
49
 def get_int(field):
49
 def get_int(field):
50
     try:
50
     try: