From 0ef6fde75ef7928d71504c2fe65612568ebe4c72 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sun, 27 Dec 2015 19:28:52 -0500 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toriptables2.py b/toriptables2.py index b233740..c819b95 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -44,7 +44,7 @@ DNSPort 53 def restart_tor(): fnull = open(devnull, 'w') tor_restart = check_call(["service", "tor", "restart"], - stdout=fnull, stderr=fnull) + stdout=fnull, stderr=fnull) if tor_restart is 0: print(" {0}".format("[\033[92m+\033[0m] Anonymizer \033[92mON\033[0m"))