efficiency improvements

This commit is contained in:
Kevin Froman 2018-04-25 17:42:42 -05:00
parent 3aa539ce82
commit 66e55d5a50
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 46 additions and 8 deletions

View file

@ -333,6 +333,8 @@ class OnionrUtils:
pass
else:
logger.info('Recieved message: ' + message.decode())
except FileNotFoundError:
pass
except Exception as error:
logger.error('Failed to open block ' + str(i) + '.', error=error)
return