diff options
author | Aldo Cortesi <aldo@corte.si> | 2017-12-15 09:48:41 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 09:48:41 +1300 |
commit | d9848a8bc1b6a3ea7741c657133f09e969052e02 (patch) | |
tree | e4a85ba453482fd883478f48f3ed3ed59788189c /mitmproxy/tools/web/master.py | |
parent | 842c9f72f751ebc941090a78ea60cca6a8501937 (diff) | |
parent | 9f3806e27a2b1891354be6405538c5635e573317 (diff) | |
download | mitmproxy-d9848a8bc1b6a3ea7741c657133f09e969052e02.tar.gz mitmproxy-d9848a8bc1b6a3ea7741c657133f09e969052e02.tar.bz2 mitmproxy-d9848a8bc1b6a3ea7741c657133f09e969052e02.zip |
Merge pull request #2675 from mhils/issue-2673
Fix #2673
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r-- | mitmproxy/tools/web/master.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py index 694ee2f7..4c597f0e 100644 --- a/mitmproxy/tools/web/master.py +++ b/mitmproxy/tools/web/master.py @@ -60,7 +60,7 @@ class WebMaster(master.Master): data=app.flow_to_json(flow) ) - def _sig_view_remove(self, view, flow): + def _sig_view_remove(self, view, flow, index): app.ClientConnection.broadcast( resource="flows", cmd="remove", |