communicator now uses one function
This commit is contained in:
parent
d0a93ef2de
commit
4d33005d16
3 changed files with 16 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class Onionr:
|
|||
net.startTor()
|
||||
print(colors.GREEN + 'Started Tor .onion service: ' + colors.UNDERLINE + net.myID + colors.RESET)
|
||||
time.sleep(1)
|
||||
subprocess.Popen(["./communicator.py", "run"])
|
||||
subprocess.Popen(["./communicator.py", "run", net.socksPort])
|
||||
print('Started communicator')
|
||||
api.API(self.config, self.debug)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue