forked from auracaster/bumble_mirror
address PR comments
This commit is contained in:
@@ -75,7 +75,7 @@ class OobData:
|
||||
|
||||
return instance
|
||||
|
||||
def to_ad(self):
|
||||
def to_ad(self) -> AdvertisingData:
|
||||
ad_structures = []
|
||||
if self.address is not None:
|
||||
ad_structures.append(
|
||||
|
||||
Reference in New Issue
Block a user