mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Remove heading_key of [script:n]
This commit is contained in:
parent
93425d4b1a
commit
e467c01afe
@ -230,9 +230,7 @@ class StatusBar(urwid.WidgetWrap):
|
||||
if self.master.options.mode != "regular":
|
||||
r.append("[%s]" % self.master.options.mode)
|
||||
if self.master.options.scripts:
|
||||
r.append("[")
|
||||
r.append(("heading_key", "s"))
|
||||
r.append("cripts:%s]" % len(self.master.options.scripts))
|
||||
r.append("[scripts:%s]" % len(self.master.options.scripts))
|
||||
|
||||
if self.master.options.save_stream_file:
|
||||
r.append("[W:%s]" % self.master.options.save_stream_file)
|
||||
|
Loading…
Reference in New Issue
Block a user