mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 19:57:16 +00:00
Fixes issue #10 regarding broken json printing
This commit is contained in:
parent
5d6f855387
commit
ebfa9b2a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue