mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-21 09:01:23 -05:00
Fix call in kiss consumer
Fixes a log entry in the kiss client consumer
This commit is contained in:
parent
3e488db3d7
commit
aba5bb03a2
@ -110,4 +110,5 @@ class KISSClient(base.APRSClient):
|
||||
return self._client
|
||||
|
||||
def consumer(self, callback, blocking=False, immortal=False, raw=False):
|
||||
LOG.info(f"{self.__class__.__name__}.consumer called")
|
||||
self._client.consumer(callback)
|
||||
|
Loading…
Reference in New Issue
Block a user