From 46aace37db5c035a6d6b432db261dc7c417456f4 Mon Sep 17 00:00:00 2001 From: Markus Otto Date: Sat, 22 Aug 2015 19:15:22 +0200 Subject: make protocol work, some gui stuff --- voctocore/voctocore.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'voctocore/voctocore.py') 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() -- cgit v1.2.3