mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
set decrypt_channel_logs to False by default
This commit is contained in:
parent
f507e396e3
commit
5bfe63912c
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ class MessageReader:
|
|||
self.pending_binary_requests: Dict[str, Dict[str, Any]] = {} # tag -> {request_type, expires_at}
|
||||
|
||||
self.packet_parser = MeshcorePacketParser()
|
||||
self.decrypt_channels = True
|
||||
|
||||
@property
|
||||
def decrypt_channels(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue