Update hblink.py

Fix spelling error on previous commit.
This commit is contained in:
K5MRE 2021-08-04 23:28:38 -05:00 committed by GitHub
parent 0c12df00a7
commit 8d763c279c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ class HBSYSTEM(DatagramProtocol):
elif _command == RPTS:
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:
logger.error('(%s) Received an invalid command in packet: %s', self._system, ahex(_data))