mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 04:07:20 +00:00
debug: add missing print output file paramater
This commit is contained in:
parent
b1cf9dd5e3
commit
25e866b669
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def dump_info(signal=None, frame=None, file=sys.stdout, testing=False): # pragm
|
|||
for i in bthreads:
|
||||
print(i._threadinfo(), file=file)
|
||||
|
||||
print()
|
||||
print(file=file)
|
||||
print("Memory", file=file)
|
||||
print("=======", file=file)
|
||||
gc.collect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue