Update TorManager.py
This commit is contained in:
parent
048207f70b
commit
0aa6358938
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class TorManager(object):
|
||||||
return onion
|
return onion
|
||||||
|
|
||||||
# Creates and returns a
|
# Creates and returns a
|
||||||
# socket that has conencted to the Tor Network
|
# socket that has connected to the Tor Network
|
||||||
def createSocket(self, onion, port):
|
def createSocket(self, onion, port):
|
||||||
if not self.enabled:
|
if not self.enabled:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue