d3 update

This commit is contained in:
Daniel Pollithy 2017-08-31 16:08:11 +02:00
parent 72e25e189b
commit 9d94a73b09

View File

@ -174,6 +174,9 @@ def run():
elif e.message == "(112, 'Host is down')":
print('The host is down. :(')
print('Try to reconnect')
elif e.message == "(9, 'Bad file descriptor')":
print('Closing connection because booking is unconfirmed')
print('No booking in blockchain')
else:
print('This error is not known. I stop connecting')
print(e)