onionr now removes and ignores blocks it cant get after a long time, added removeblock function
This commit is contained in:
parent
db2babac29
commit
0db21e2c32
3 changed files with 43 additions and 6 deletions
|
|
@ -335,4 +335,4 @@ class OnionrUtils:
|
|||
logger.info('Recieved message: ' + message.decode())
|
||||
except Exception as error:
|
||||
logger.error('Failed to open block ' + str(i) + '.', error=error)
|
||||
return
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue