Browse Source

[fix] gigablast pep8 fix

misnyo 7 years ago
parent
commit
b91772eff1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/gigablast.py

+ 1 - 1
searx/engines/gigablast.py

@@ -66,7 +66,7 @@ def request(query, params):
                                        offset=offset,
                                        number_of_results=number_of_results,
                                        rxikd=int(time() * 1000),
-                                       rxieu=random.randint(1000000000,9999999999),
+                                       rxieu=random.randint(1000000000, 9999999999),
                                        lang=language,
                                        safesearch=safesearch)