Important Update - Don't override createSocket
This commit is contained in:
parent
2e4767926c
commit
ad900479f6
1 changed files with 0 additions and 7 deletions
|
@ -133,10 +133,3 @@ class TorManagerPlugin(object):
|
|||
def send(self, cmd, conn=None):
|
||||
self.log.error("[WARNING] StemPort self.send should not be called")
|
||||
return ""
|
||||
|
||||
def createSocket(self, onion, port):
|
||||
if not self.enabled:
|
||||
return False
|
||||
|
||||
self.log.error("[WARNING] StemPort createSocket should not be called")
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue