mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
fix statusbar initialization
This commit is contained in:
parent
b7ae4b0a4c
commit
965cfffa5e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user