mirror of
https://github.com/searxng/searxng.git
synced 2025-12-27 22:20:02 +00:00
[fix] indentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user