Quellcode durchsuchen

Hopefully fix code style errors(again)(again)

rinpatch vor 6 Jahren
Ursprung
Commit
86f47689fe
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py Datei anzeigen

@@ -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