restrict -e to mitmproxy only (not mitmdump)

This commit is contained in:
Maximilian Hils
2014-03-12 22:13:00 +01:00
parent 14db30080f
commit aefb30ea60
6 changed files with 14 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ class BodyPile(urwid.Pile):
else:
self.widget_list[1].header = self.inactive_header
key = None
elif key == "v":
elif key == "e":
self.master.toggle_eventlog()
key = None