mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-12-02 12:01:17 +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)
|
self._trailer(len(content), txt)
|
||||||
return txt
|
return txt
|
||||||
|
|
||||||
def _view_conn_json(self, lines, txt):
|
def _view_conn_json(self, lines):
|
||||||
txt = []
|
txt = []
|
||||||
sofar = 0
|
sofar = 0
|
||||||
for i in lines:
|
for i in lines:
|
||||||
|
Loading…
Reference in New Issue
Block a user