Browse Source

Hopefully fix code style errors(again)(again)

rinpatch 6 years ago
parent
commit
86f47689fe
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py View File

63
             filesize = get_torrent_size(filesize, filesize_multiplier)
63
             filesize = get_torrent_size(filesize, filesize_multiplier)
64
         except:
64
         except:
65
             pass
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
         content = 'Category: "{category}".'
67
         content = 'Category: "{category}".'
68
         content = content.format(category=category)
68
         content = content.format(category=category)
69
 
69