mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Fixed a bug in format_flow in common.py. Changed the reference from timestamp to timestamp_start.
This commit is contained in:
parent
0f406e9daa
commit
e9264a8253
@ -181,7 +181,7 @@ def format_flow(f, focus, extended=False, padding=2):
|
||||
d = dict(
|
||||
intercepting = f.intercepting,
|
||||
|
||||
req_timestamp = f.request.timestamp,
|
||||
req_timestamp = f.request.timestamp_start,
|
||||
req_is_replay = f.request.is_replay(),
|
||||
req_method = f.request.method,
|
||||
req_acked = f.request.acked,
|
||||
|
Loading…
Reference in New Issue
Block a user