1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-17 05:18:38 -04:00

Fix call in kiss consumer

Fixes a log entry in the kiss client consumer
This commit is contained in:
2024-11-25 17:10:20 -05:00
parent 3e488db3d7
commit aba5bb03a2
+1
View File
@@ -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)