[Added] get and refresh IP options: latest

This commit is contained in:
Rupert Edwards 2020-07-22 21:34:04 -04:00 committed by GitHub
parent 14473b4bca
commit 932e9410d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ DNSPort %s
if tor_restart is 0:
print(" {0}".format(
"[\033[92m+\033[0m] Anonymizer status \033[92m[ON]\033[0m"))
"[\033[92m+\033[0m] Anonymizer status \033[92m[ON]\033[0m"))
self.get_ip()
except CalledProcessError as err:
print("\033[91m[!] Command failed: %s\033[0m" % ' '.join(err.cmd))