mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
fix doc string
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user