forked from auracaster/bumble_mirror
Update bumble/host.py
Co-authored-by: zxzxwu <92432172+zxzxwu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2b4c2a22f4
commit
c05f073b33
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user