hopefully fixed logging

This commit is contained in:
DJ2LS 2023-05-27 21:00:46 +02:00
parent ecc6312bc3
commit f836f9197c

View file

@ -44,7 +44,7 @@ from queues import MESH_RECEIVED_QUEUE
class MeshRouter():
def __init__(self):
log = structlog.get_logger("RF")
self.log = structlog.get_logger("RF")
self.mesh_broadcasting_thread = threading.Thread(