Closedown

This commit is contained in:
boccioli_m
2017-10-17 16:29:09 +02:00
parent 6e5c5fb397
commit e1267225a3

View File

@@ -179,7 +179,7 @@ class Interlock:
udp = UDPDatagram()
msg = self._msgReset()
print 'masterReset', binascii.hexlify(msg)
if udp.send(msg) == null:
if not udp.send(msg):
return false
else:
return true