work on sockets
This commit is contained in:
parent
2164ded679
commit
7fa41f31e7
@ -271,7 +271,7 @@ class Onionr:
|
||||
'''
|
||||
|
||||
def startChat(self):
|
||||
socketInfo = json.dumps({'peer': '', 'address': '', 'port': port, 'create': True, 'reason': 'chat'})
|
||||
socketInfo = json.dumps({'peer': '', 'address': '', 'port': 1337, 'create': True, 'reason': 'chat'})
|
||||
self.onionrCore.daemonQueueAdd('startSocket', socketInfo)
|
||||
|
||||
def getCommands(self):
|
||||
|
Loading…
Reference in New Issue
Block a user