fix: initialize log_prefix
This commit is contained in:
parent
37d6a9fbec
commit
b8342efe9a
1 changed files with 2 additions and 0 deletions
|
|
@ -1589,6 +1589,8 @@ class BluezeroGATTServer:
|
||||||
self.adapter_index = adapter_index
|
self.adapter_index = adapter_index
|
||||||
self.agent_capability = agent_capability
|
self.agent_capability = agent_capability
|
||||||
|
|
||||||
|
self.log_prefix = "BluezeroGATTServer"
|
||||||
|
|
||||||
# bluezero objects
|
# bluezero objects
|
||||||
self.peripheral_obj = None
|
self.peripheral_obj = None
|
||||||
self.tx_characteristic = None
|
self.tx_characteristic = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue