From 0baf8401a6988cd4c92f484247863a7db67b17f9 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 1 Sep 2016 17:33:47 +0200 Subject: [PATCH] Correct typo :-/ --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index c65d031..2f6893d 100755 --- a/hblink.py +++ b/hblink.py @@ -344,7 +344,7 @@ class HBMASTER(DatagramProtocol): _this_client['PACKAGE_ID'] = _data[264:304] self.send_client(_radio_id, 'RPTACK'+_radio_id) - logger.info('(%s) Client %s (%s) has sent repeater configuration', self._master, _this_cient['cALLSIGN'], _this_client['RADIO_ID']) + logger.info('(%s) Client %s (%s) has sent repeater configuration', self._master, _this_client['cALLSIGN'], _this_client['RADIO_ID']) else: self.transport.write('MSTNAK'+_radio_id, (_host, _port)) logger.warning('(%s) Client info from Radio ID that has not logged in: %s', self._master, int_id(_radio_id))