mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-28 20:24:59 +08:00
fix statusbar initialization
This commit is contained in:
@@ -423,6 +423,8 @@ class ConsoleMaster(flow.FlowMaster):
|
||||
self.eventlog = options.eventlog
|
||||
self.eventlist = urwid.SimpleListWalker([])
|
||||
|
||||
self.statusbar = None
|
||||
|
||||
if options.client_replay:
|
||||
self.client_playback_path(options.client_replay)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user