fix format

This commit is contained in:
Gilles Boccon-Gibod
2023-06-09 15:54:32 -07:00
parent bd8236a501
commit b2c635768f
+3 -1
View File
@@ -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))