mirror of
https://github.com/google/bumble.git
synced 2026-06-10 09:02:27 +00:00
fix format
This commit is contained in:
@@ -78,7 +78,9 @@ async def main():
|
||||
attributes = await sdp_client.get_attributes(
|
||||
service_record_handle, [SDP_ALL_ATTRIBUTES_RANGE]
|
||||
)
|
||||
print(color(f'SERVICE {service_record_handle:04X} attributes:', 'yellow'))
|
||||
print(
|
||||
color(f'SERVICE {service_record_handle:04X} attributes:', 'yellow')
|
||||
)
|
||||
for attribute in attributes:
|
||||
print(' ', attribute.to_string(with_colors=True))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user