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 b62e41e4..d034a24b 100644
--- a/mitmproxy/web/master.py
+++ b/mitmproxy/web/master.py
@@ -82,7 +82,7 @@ class WebState(flow.State):
super(WebState, self).clear()
self.events.clear()
app.ClientConnection.broadcast(
- type="events",
+ type="UPDATE_EVENTLOG",
cmd="reset",
data=[]
)