mirror of
https://github.com/searxng/searxng.git
synced 2024-11-27 13:21:04 +00:00
Hopefully fix code style errors(again)(again)
This commit is contained in:
parent
b8b23d8006
commit
86f47689fe
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def response(resp):
|
||||||
filesize = get_torrent_size(filesize, filesize_multiplier)
|
filesize = get_torrent_size(filesize, filesize_multiplier)
|
||||||
except:
|
except:
|
||||||
pass
|
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 = 'Category: "{category}".'
|
||||||
content = content.format(category=category)
|
content = content.format(category=category)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue