mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
d3 update
This commit is contained in:
parent
72e25e189b
commit
9d94a73b09
@ -174,6 +174,9 @@ def run():
|
|||||||
elif e.message == "(112, 'Host is down')":
|
elif e.message == "(112, 'Host is down')":
|
||||||
print('The host is down. :(')
|
print('The host is down. :(')
|
||||||
print('Try to reconnect')
|
print('Try to reconnect')
|
||||||
|
elif e.message == "(9, 'Bad file descriptor')":
|
||||||
|
print('Closing connection because booking is unconfirmed')
|
||||||
|
print('No booking in blockchain')
|
||||||
else:
|
else:
|
||||||
print('This error is not known. I stop connecting')
|
print('This error is not known. I stop connecting')
|
||||||
print(e)
|
print(e)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user