logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 86f47689fea8df37571e8413223fe1a3847fb0b8
parent b8b23d800640c3fb07e0110008ddb633277b045e
Author: rinpatch <rinpatch@airmail.cc>
Date:   Fri, 27 Apr 2018 08:32:43 +0300

Hopefully fix code style errors(again)(again)

Diffstat:

Msearx/engines/acgsou.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)