aboutsummaryrefslogtreecommitdiff
path: root/voctocore/voctocore.py
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/voctocore.py')
-rwxr-xr-xvoctocore/voctocore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py
index 609ef52..0e65bc6 100755
--- a/voctocore/voctocore.py
+++ b/voctocore/voctocore.py
@@ -24,6 +24,7 @@ Gst.init([])
from lib.args import Args
from lib.pipeline import Pipeline
from lib.controlserver import ControlServer
+from lib import notifications
# main class
class Voctocore(object):
@@ -81,6 +82,8 @@ def main():
logging.debug('initializing Voctocore')
voctocore = Voctocore()
+ notifications.controlserver = voctocore.controlserver
+
logging.debug('running Voctocore')
voctocore.run()