aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/web/master.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/web/master.py')
-rw-r--r--mitmproxy/web/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/web/master.py b/mitmproxy/web/master.py
index 1c6457eb..b62e41e4 100644
--- a/mitmproxy/web/master.py
+++ b/mitmproxy/web/master.py
@@ -43,7 +43,7 @@ class WebFlowView(flow.FlowView):
app.ClientConnection.broadcast(
type="UPDATE_FLOWS",
cmd="remove",
- data=f.id
+ data=dict(id=f.id)
)
def _recalculate(self, flows):