Typo
This commit is contained in:
parent
47095c9fe5
commit
9538d5af13
@ -279,7 +279,7 @@ class HBCLIENT(DatagramProtocol):
|
|||||||
logger.debug('(%s) DMRD Received', self._client)
|
logger.debug('(%s) DMRD Received', self._client)
|
||||||
|
|
||||||
elif _command == 'MSTN': # Actually MSTNAK -- a NACK from the master
|
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'
|
self._stats['CONNECTION'] = 'NO'
|
||||||
|
|
||||||
elif _command == 'RPTA': # Actually RPTACK -- an ACK from the master
|
elif _command == 'RPTA': # Actually RPTACK -- an ACK from the master
|
||||||
|
Loading…
Reference in New Issue
Block a user