diff options
author | rinpatch <rinpatch@airmail.cc> | 2018-04-27 08:32:43 +0300 |
---|---|---|
committer | rinpatch <rinpatch@airmail.cc> | 2018-04-27 08:32:43 +0300 |
commit | 86f47689fea8df37571e8413223fe1a3847fb0b8 (patch) | |
tree | e3f92090b21db07d8c9dab717cf5f56d5dd8eb98 /searx/engines/acgsou.py | |
parent | b8b23d800640c3fb07e0110008ddb633277b045e (diff) | |
download | searxng-86f47689fea8df37571e8413223fe1a3847fb0b8.tar.gz searxng-86f47689fea8df37571e8413223fe1a3847fb0b8.zip |
Hopefully fix code style errors(again)(again)
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 5a1571011..73f0361e5 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 randowmly everytime content = 'Category: "{category}".' content = content.format(category=category) |