wled: fix linter errors
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
0afbefc962
commit
d25ddc954a
|
@ -466,7 +466,8 @@ class WLED:
|
|||
if status is None and preset == -1 and brightness == -1 and \
|
||||
intensity == -1 and speed == -1:
|
||||
logging.info(
|
||||
f"Invalid state received but no control or preset data passed")
|
||||
"Invalid state received but no control or preset data passed"
|
||||
)
|
||||
return
|
||||
|
||||
if strip not in self.strips:
|
||||
|
|
Loading…
Reference in New Issue