work on sockets

This commit is contained in:
Kevin Froman 2018-09-24 16:13:40 -05:00
parent 49aae74e72
commit 67b9f6e51f
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ class OnionrSocketClient:
else:
address = ''
if address != '':
logger.info('%s socket client started with %s' % (reason, peer))
self.sockets[peer] = address
data = 'hey'
while not self.killSocket: