diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-29 21:31:04 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-29 21:31:04 +0100 |
| commit | 5d977056f7aa216eae09a22c3baaff73546f6ff1 (patch) | |
| tree | ffd08f6bc1d3268ec6ce8031cbdec7987dfd3763 /searx/https_rewrite.py | |
| parent | 576fdef440e835592f9f5c8dc25398e343687c7a (diff) | |
Flake8 and Twitter corrections
Lots of Flake8 corrections
Maybe we should change the rule to allow lines of 120 chars. It seems more usable.
Big twitter correction : now it outputs the words in right order...
Diffstat (limited to 'searx/https_rewrite.py')
| -rw-r--r-- | searx/https_rewrite.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/https_rewrite.py b/searx/https_rewrite.py index 408474a44..d873b406d 100644 --- a/searx/https_rewrite.py +++ b/searx/https_rewrite.py @@ -154,7 +154,6 @@ def load_https_rules(rules_path): print(' * {n} https-rules loaded'.format(n=len(https_rules))) - def https_url_rewrite(result): skip_https_rewrite = False # check if HTTPS rewrite is possible |