mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
Fix pprint import
This commit is contained in:
parent
1c80599379
commit
7108d72705
@ -192,7 +192,7 @@ def done(context):
|
||||
"""
|
||||
Called once on script shutdown, after any other events.
|
||||
"""
|
||||
from pprint import pprint
|
||||
import pprint
|
||||
import json
|
||||
|
||||
json_dump = context.HARLog.json()
|
||||
|
Loading…
Reference in New Issue
Block a user