summaryrefslogtreecommitdiff
path: root/voctocore/lib/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/lib/commands.py')
-rw-r--r--voctocore/lib/commands.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/voctocore/lib/commands.py b/voctocore/lib/commands.py
index 5975e98..58dd234 100644
--- a/voctocore/lib/commands.py
+++ b/voctocore/lib/commands.py
@@ -5,12 +5,9 @@ from lib.config import Config
from lib.videomix import CompositeModes
class ControlServerCommands():
- log = logging.getLogger('ControlServerCommands')
-
- pipeline = None
- vnames = []
-
def __init__(self, pipeline):
+ self.log = logging.getLogger('ControlServerCommands')
+
self.pipeline = pipeline
self.sources = Config.getlist('mix', 'sources')