work on sockets

This commit is contained in:
Kevin Froman 2018-09-20 12:15:08 -05:00
parent c2b0277612
commit 2164ded679
2 changed files with 2 additions and 2 deletions

View file

@ -271,7 +271,7 @@ class Onionr:
'''
def startChat(self):
socketInfo = json.dumps({'peer': api.data['signer'], 'address': address, 'port': port, 'create': True, 'reason': reason})
socketInfo = json.dumps({'peer': '', 'address': '', 'port': port, 'create': True, 'reason': 'chat'})
self.onionrCore.daemonQueueAdd('startSocket', socketInfo)
def getCommands(self):