diff options
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 22cc156f..db4855ff 100644 --- a/mitmproxy/tools/web/master.py +++ b/mitmproxy/tools/web/master.py @@ -68,7 +68,7 @@ class WebMaster(master.Master): app.ClientConnection.broadcast( resource="flows", cmd="remove", - data=dict(id=flow.id) + data=flow.id ) def _sig_view_refresh(self, view): |