From 7fa41f31e726d240611468b39e86701ac62b1749 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 20 Sep 2018 12:16:37 -0500 Subject: [PATCH] work on sockets --- onionr/onionr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/onionr.py b/onionr/onionr.py index adf247b3..bb2114ca 100755 --- a/onionr/onionr.py +++ b/onionr/onionr.py @@ -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):