mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Merge pull request #2825 from kajojify/realtime_counter
Real-time flow counter
This commit is contained in:
commit
e117c9e337
1 changed files with 2 additions and 1 deletions
|
|
@ -140,9 +140,10 @@ class StatusBar(urwid.WidgetWrap):
|
|||
signals.flowlist_change.connect(self.sig_update)
|
||||
master.options.changed.connect(self.sig_update)
|
||||
master.view.focus.sig_change.connect(self.sig_update)
|
||||
master.view.sig_view_add.connect(self.sig_update)
|
||||
self.redraw()
|
||||
|
||||
def sig_update(self, sender, updated=None):
|
||||
def sig_update(self, sender, flow=None, updated=None):
|
||||
self.redraw()
|
||||
|
||||
def keypress(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue