From a714f75db1834a291234346fd6235d2ab178f2ef Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Mon, 21 Dec 2015 21:58:24 -0500 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toriptables2.py b/toriptables2.py index fc57b08..e068551 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -88,10 +88,10 @@ if __name__ == '__main__': if args.load: load_tables.load_iptables_rules() - print(" {0}".format("[\033[92m+\033[0m] Anonimizer \033[92mON\033[0m")) + print(" {0}".format("[\033[92m+\033[0m] Anonymizer \033[92mON\033[0m")) elif args.flush: load_tables.flush_iptables_rules() - print(" {0}".format("[\033[93m!\033[0m] Anonimizer \033[91mOFF\033[0m")) + print(" {0}".format("[\033[93m!\033[0m] Anonymizer \033[91mOFF\033[0m")) else: parser.print_help() except Exception as err: