mirror of
https://github.com/google/bumble.git
synced 2026-06-02 07:47:03 +00:00
Remove little accident
This commit is contained in:
+1
-1
@@ -692,7 +692,7 @@ async def run_receive(
|
||||
def on_new_broadcast(broadcast: BroadcastScanner.Broadcast) -> None:
|
||||
if scan_result.done():
|
||||
return
|
||||
if broadcast_id is None or broadcast.broadcast_:id == broadcast_id:
|
||||
if broadcast_id is None or broadcast.broadcast_id == broadcast_id:
|
||||
scan_result.set_result(broadcast)
|
||||
|
||||
scanner.on('new_broadcast', on_new_broadcast)
|
||||
|
||||
Reference in New Issue
Block a user