From ef0778f16ec850bebf9759493b53c1710cd05235 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 8 Mar 2018 11:42:44 -0600 Subject: [PATCH] Verifying local changes --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index a982180..6745e1a 100755 --- a/hblink.py +++ b/hblink.py @@ -206,7 +206,7 @@ class HBSYSTEM(DatagramProtocol): # Aliased in __init__ to datagramReceived if system is a master def master_datagramReceived(self, _data, (_host, _port)): # Keep This Line Commented Unless HEAVILY Debugging! - # self._logger.debug('(%s) RX packet from %s:%s -- %s', self._system, _host, _port, ahex(_data)) + #self._logger.debug('(%s) RX packet from %s:%s -- %s', self._system, _host, _port, ahex(_data)) # Extract the command, which is various length, all but one 4 significant characters -- RPTCL _command = _data[:4]