mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
Added unit test
This commit is contained in:
@@ -63,7 +63,7 @@ def response(resp):
|
||||
filesize = get_torrent_size(filesize, filesize_multiplier)
|
||||
except:
|
||||
pass
|
||||
# I didn't add download/seed/leech count since as I figured out they are generated randowmly everytime
|
||||
# I didn't add download/seed/leech count since as I figured out they are generated randomly everytime
|
||||
content = 'Category: "{category}".'
|
||||
content = content.format(category=category)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user