mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
Added unit test
This commit is contained in:
parent
e3bd2670d7
commit
dcc9fdb47f
2 changed files with 68 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue