Update bumble/host.py

Co-authored-by: zxzxwu <92432172+zxzxwu@users.noreply.github.com>
This commit is contained in:
Gilles Boccon-Gibod
2023-12-23 14:15:53 -08:00
committed by GitHub
parent 2b4c2a22f4
commit c05f073b33
+1 -1
View File
@@ -110,7 +110,7 @@ class AclPacketQueue:
self.packets.appendleft(packet)
self.check_queue()
if len(self.packets):
if self.packets:
logger.debug(
f'{self.in_flight} ACL packets in flight, '
f'{len(self.packets)} in queue'