mirror of
https://github.com/google/bumble.git
synced 2026-06-03 07:57:03 +00:00
address PR comments
This commit is contained in:
+1
-1
@@ -1172,7 +1172,7 @@ class ScanResult:
|
||||
name = ''
|
||||
|
||||
# Remove any '/P' qualifier suffix from the address string
|
||||
address_str = self.address.to_string(False)
|
||||
address_str = self.address.to_string(with_type_qualifier=False)
|
||||
|
||||
# RSSI bar
|
||||
bar_string = rssi_bar(self.rssi)
|
||||
|
||||
Reference in New Issue
Block a user