efficiency improvements
This commit is contained in:
parent
3aa539ce82
commit
66e55d5a50
4 changed files with 46 additions and 8 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue