mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 07:18:58 +00:00
commit
d1c72574d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user