mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
fix doc string
This commit is contained in:
parent
b31c976abc
commit
ac1306c57e
@ -103,7 +103,7 @@ class Channel(abc.ABC):
|
|||||||
return self._remote.public_packet
|
return self._remote.public_packet
|
||||||
|
|
||||||
def apply(self, mapping):
|
def apply(self, mapping):
|
||||||
"""Sets all parameters of a dict for the strip."""
|
"""Sets all parameters of a dict for the channel."""
|
||||||
script = ""
|
script = ""
|
||||||
for key, val in mapping.items():
|
for key, val in mapping.items():
|
||||||
if not hasattr(self, key):
|
if not hasattr(self, key):
|
||||||
|
Loading…
Reference in New Issue
Block a user