Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

clear Torrc file #99

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix syntax error from previus commit and fix cython3 doesn't exists
alidevjimmy committed Oct 10, 2020
commit 89e8a05100fddeec21b77e65eda597265aea7e40
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
stem>=1.7.1
requests>=2.22.0
cython
cython3
2 changes: 1 addition & 1 deletion torghost.py
Original file line number Diff line number Diff line change
@@ -181,7 +181,7 @@ def stop_torghost():
iptables -X
"""
os.system(IpFlush)
with open(Torrc , "w").close()
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'),