fix a typo

This commit is contained in:
2025-02-24 09:02:33 +01:00
parent 139eee8bd1
commit 319eb5eed9
+1 -1
View File
@@ -71,7 +71,7 @@ class Multicaster:
self. is_audio_init = False
if self.device:
await self.device.stop_advertising()
if self.big:
if self.bigs:
for big in self.bigs.values():
if big['advertising_set']:
await big['advertising_set'].stop()