work on sockets
parent
e826bca19e
commit
55879b71a5
|
@ -271,7 +271,6 @@ class Onionr:
|
|||
'''
|
||||
|
||||
def startChat(self):
|
||||
self.onionrCore.daemonQueueAdd()
|
||||
socketInfo = json.dumps({'peer': api.data['signer'], 'address': address, 'port': port, 'create': True, 'reason': reason})
|
||||
self.onionrCore.daemonQueueAdd('startSocket', socketInfo)
|
||||
|
||||
|
|
Loading…
Reference in New Issue