work on sockets

This commit is contained in:
Kevin Froman 2018-09-20 12:16:37 -05:00
parent 2164ded679
commit 7fa41f31e7
1 changed files with 1 additions and 1 deletions

View File

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