Update toriptables2.py

This commit is contained in:
Rupert Edwards 2016-01-03 22:38:52 -05:00
parent 95c7a0d3f7
commit ee4ecd5e2b
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ DNSPort 53
@register
def restart_tor():
import sys
sys.tracebacklimit = 0
fnull = open(devnull, 'w')
try:
tor_restart = check_call(["service", "tor", "restart"],