We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 576a90f + 3d45157 commit dbec7e9Copy full SHA for dbec7e9
1 file changed
ledfx/utils.py
@@ -367,9 +367,7 @@ async def get_nodes(self):
367
Returns:
368
nodes: dict, with all wled nodes info
369
"""
370
- _LOGGER.info(
371
- f"WLED {self.ip_address}: Attempting to get nodes..."
372
- )
+ _LOGGER.info(f"WLED {self.ip_address}: Attempting to get nodes...")
373
response = await WLED._wled_request(
374
requests.get, self.ip_address, "json/nodes"
375
)
0 commit comments