Merge pull request #1827 from mhils/issue-1803

Fix #1803
This commit is contained in:
Maximilian Hils 2016-12-09 18:32:58 +01:00 committed by GitHub
commit d1c72574d5

View File

@ -49,6 +49,7 @@ class ConsoleMaster(master.Master):
def __init__(self, options, server):
super().__init__(options, server)
self.view = view.View() # type: view.View
self.view.sig_view_update.connect(signals.flow_change.send)
self.stream_path = None
# This line is just for type hinting
self.options = self.options # type: Options