work on sockets

This commit is contained in:
Kevin Froman 2018-09-20 12:05:44 -05:00
parent e826bca19e
commit 55879b71a5
1 changed files with 0 additions and 1 deletions

View File

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