From e1267225a3e828615862b313b0abc5c49caedac7 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 17 Oct 2017 16:29:09 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index b8eddc0..7e86d04 100644 --- a/script/local.py +++ b/script/local.py @@ -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