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