Updated toriptables2.py Refactor

This commit is contained in:
Rupert Edwards 2016-01-04 01:42:52 -05:00
parent b0f108e1c6
commit 50005bdd1b
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ DNSPort %s
try:
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"))