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
|
||||
|
||||
# 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):
|
||||
if not self.enabled:
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue