summaryrefslogtreecommitdiff
path: root/searx/https_rewrite.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-15 14:47:03 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-15 14:47:03 +0200
commitbb126da0fb49d1c9640eeb3371d0bbcf005bcd2b (patch)
treeeeb44287d1d67059bc296c3ff6a59ece8ce2ce01 /searx/https_rewrite.py
parent0616d26feb0f96b3d4fd6b2744ae0288c9fed96b (diff)
improve https rewrite code
Diffstat (limited to 'searx/https_rewrite.py')
-rw-r--r--searx/https_rewrite.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/https_rewrite.py b/searx/https_rewrite.py
index 814eda2de..18405d87a 100644
--- a/searx/https_rewrite.py
+++ b/searx/https_rewrite.py
@@ -137,3 +137,5 @@ def load_https_rules(rules_path):
# append ruleset
https_rules.append(ruleset)
+
+ print(' * {n} https-rules loaded'.format(n=len(https_rules)))