mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
fix linting
This commit is contained in:
parent
7d60dde76c
commit
a54954ee1e
@ -88,7 +88,7 @@ def response(flow):
|
||||
|
||||
# HAR timings are integers in ms, so we re-encode the raw timings to that format.
|
||||
timings = {
|
||||
k: int(1000 * v) if v != -1 else -1
|
||||
k: int(1000 * v) if v != -1 else -1
|
||||
for k, v in timings_raw.items()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user