work on sockets

This commit is contained in:
Kevin Froman 2018-09-20 12:04:58 -05:00
parent 7baa7d5d5f
commit e826bca19e
5 changed files with 38 additions and 28 deletions

View file

@ -79,7 +79,6 @@ class Core:
# Initialize the crypto object
self._crypto = onionrcrypto.OnionrCrypto(self)
self._blacklist = onionrblacklist.OnionrBlackList(self)
self.chatInst = onionrchat.OnionrChat(self)
except Exception as error:
logger.error('Failed to initialize core Onionr library.', error=error)