Commit 33781aba authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

core: Correct naming of Stream.sent_modules

Fixes #90
parent d4a546dc
......@@ -673,7 +673,7 @@ class Stream(BasicStream):
self._router = router
self.remote_id = remote_id
self.name = 'default'
self.modules_sent = set()
self.sent_modules = set()
self.construct(**kwargs)
self._output_buf = collections.deque()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment