Update TorManager.py

This commit is contained in:
MuxZeroNet 2017-02-23 23:39:45 +00:00 committed by GitHub
parent 048207f70b
commit 0aa6358938
1 changed files with 1 additions and 1 deletions

View File

@ -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