From 9538d5af13e932d05ce61c6d48d631d4fe81115e Mon Sep 17 00:00:00 2001 From: Steve Zingman Date: Mon, 25 Jul 2016 14:23:01 -0400 Subject: [PATCH] Typo --- hblink.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hblink.py b/hblink.py index fe64b74..f86b8a7 100755 --- a/hblink.py +++ b/hblink.py @@ -279,7 +279,7 @@ class HBCLIENT(DatagramProtocol): logger.debug('(%s) DMRD Received', self._client) elif _command == 'MSTN': # Actually MSTNAK -- a NACK from the master - print('(%s) MSTNAC Received', self._client) + print('(%s) MSTNAK Received', self._client) self._stats['CONNECTION'] = 'NO' elif _command == 'RPTA': # Actually RPTACK -- an ACK from the master @@ -363,4 +363,4 @@ if __name__ == '__main__': reactor.listenUDP(CONFIG['CLIENTS'][client]['PORT'], clients[client], interface=CONFIG['CLIENTS'][client]['IP']) logger.debug('CLIENT instance created: %s, %s', client, clients[client]) - reactor.run() \ No newline at end of file + reactor.run()