diff --git a/requirements.txt b/requirements.txt index 5e69c83..cae6c62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ stem>=1.7.1 requests>=2.22.0 -cython +cython3 diff --git a/torghost.py b/torghost.py index a72420a..6778a51 100755 --- a/torghost.py +++ b/torghost.py @@ -181,6 +181,7 @@ def stop_torghost(): iptables -X """ os.system(IpFlush) + open(Torrc , "w").close() os.system('sudo fuser -k 9051/tcp > /dev/null 2>&1') print(bcolors.GREEN + '[done]' + bcolors.ENDC) print(t() + ' Restarting Network manager'),