mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-21 07:31:48 -05:00
Update hblink.py
Fix spelling error on previous commit.
This commit is contained in:
parent
0c12df00a7
commit
8d763c279c
@ -697,7 +697,7 @@ class HBSYSTEM(DatagramProtocol):
|
|||||||
|
|
||||||
elif _command == RPTS:
|
elif _command == RPTS:
|
||||||
if _data[:7] == RPTSBKN:
|
if _data[:7] == RPTSBKN:
|
||||||
logger.info('(%s) Recieved Site Beacon with Repeater ID: \'%s\'', self._system, int_id(_data[7:]))
|
logger.info('(%s) Received Site Beacon with Repeater ID: %s', self._system, int_id(_data[7:]))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logger.error('(%s) Received an invalid command in packet: %s', self._system, ahex(_data))
|
logger.error('(%s) Received an invalid command in packet: %s', self._system, ahex(_data))
|
||||||
|
Loading…
Reference in New Issue
Block a user