aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/web/static_viewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/tools/web/static_viewer.py')
-rw-r--r--mitmproxy/tools/web/static_viewer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/web/static_viewer.py b/mitmproxy/tools/web/static_viewer.py
index 03156638..31d4b3c0 100644
--- a/mitmproxy/tools/web/static_viewer.py
+++ b/mitmproxy/tools/web/static_viewer.py
@@ -65,7 +65,7 @@ def save_flows_content(path: pathlib.Path, flows: typing.Iterable[flow.Flow]) ->
t = time.time()
if message:
description, lines, error = contentviews.get_message_content_view(
- 'Auto', message
+ 'Auto', message, f
)
else:
description, lines = 'No content.', []