Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/src')
-rw-r--r--python/src/tcf/services/remote/StreamsProxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/src/tcf/services/remote/StreamsProxy.py b/python/src/tcf/services/remote/StreamsProxy.py
index 3d700c488..d4149099d 100644
--- a/python/src/tcf/services/remote/StreamsProxy.py
+++ b/python/src/tcf/services/remote/StreamsProxy.py
@@ -16,6 +16,7 @@ from tcf.channel.Command import Command
class StreamsProxy(streams.StreamsService):
def __init__(self, channel):
self.channel = channel
+ self.listeners = {}
def connect(self, stream_id, done):
done = self._makeCallback(done)

Back to the top