diff options
author | rinpatch <rinpatch@airmail.cc> | 2018-04-27 15:36:15 +0300 |
---|---|---|
committer | rinpatch <rinpatch@airmail.cc> | 2018-04-27 15:36:15 +0300 |
commit | dcc9fdb47fd16aa65216846dc52470ada016753c (patch) | |
tree | 5c8c63f734ac6308a2fedcdc6d2abbe23b5f9dc2 /searx/engines/acgsou.py | |
parent | e3bd2670d7d886ba7fb7540781fec130d1e80c9c (diff) | |
download | searxng-dcc9fdb47fd16aa65216846dc52470ada016753c.tar.gz searxng-dcc9fdb47fd16aa65216846dc52470ada016753c.zip |
Added unit test
Diffstat (limited to 'searx/engines/acgsou.py')
-rw-r--r-- | searx/engines/acgsou.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py index ebe253649..c1d8cccfa 100644 --- a/searx/engines/acgsou.py +++ b/searx/engines/acgsou.py @@ -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) |