work on sockets
This commit is contained in:
parent
7baa7d5d5f
commit
e826bca19e
5 changed files with 38 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue