Skip to content
Snippets Groups Projects
Commit b7835833 authored by Robin Mueller's avatar Robin Mueller
Browse files

0 replaced by False

parent 31b459d5
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ class EthernetComIF(CommunicationInterface):
"""
try:
self.sock_receive.bind(self.receive_address)
self.sock_receive.setblocking(0)
self.sock_receive.setblocking(False)
except OSError:
print("Socket already set-up.")
# print("Socket Receive Address: " + str(g.G_REC_ADDRESS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment