improve https rewrite code

This commit is contained in:
Thomas Pointhuber 2014-10-15 14:47:03 +02:00
parent 0616d26feb
commit bb126da0fb
2 changed files with 10 additions and 4 deletions

View file

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