mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
set decrypt_channel_logs to False by default
This commit is contained in:
@@ -26,7 +26,6 @@ class MessageReader:
|
|||||||
self.pending_binary_requests: Dict[str, Dict[str, Any]] = {} # tag -> {request_type, expires_at}
|
self.pending_binary_requests: Dict[str, Dict[str, Any]] = {} # tag -> {request_type, expires_at}
|
||||||
|
|
||||||
self.packet_parser = MeshcorePacketParser()
|
self.packet_parser = MeshcorePacketParser()
|
||||||
self.decrypt_channels = True
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def decrypt_channels(self):
|
def decrypt_channels(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user