瀏覽代碼

Hopefully fix code style errors(again)(again)

rinpatch 6 年之前
父節點
當前提交
86f47689fe
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py 查看文件

@@ -63,7 +63,7 @@ def response(resp):
63 63
             filesize = get_torrent_size(filesize, filesize_multiplier)
64 64
         except:
65 65
             pass
66
-        #I didn't add download/seed/leech count since as I figured out they are generated randowmly everytime
66
+        # I didn't add download/seed/leech count since as I figured out they are generated randowmly everytime
67 67
         content = 'Category: "{category}".'
68 68
         content = content.format(category=category)
69 69