mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Fixes issue #10 regarding broken json printing
This commit is contained in:
parent
5d6f855387
commit
ebfa9b2a5d
@ -957,7 +957,7 @@ class ConsoleMaster(flow.FlowMaster):
|
||||
self._trailer(len(content), txt)
|
||||
return txt
|
||||
|
||||
def _view_conn_json(self, lines, txt):
|
||||
def _view_conn_json(self, lines):
|
||||
txt = []
|
||||
sofar = 0
|
||||
for i in lines:
|
||||
|
Loading…
Reference in New Issue
Block a user