mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-26 04:32:51 +01:00
parent
6ae92da57e
commit
899df8f237
@ -239,8 +239,7 @@ def dump_json(obj, fp=sys.stdout, ensure_ascii=True, indent=4):
|
||||
fp.write("\n")
|
||||
|
||||
|
||||
def dump_response(response, fp, *,
|
||||
headers=False, content=True, hide_auth=True):
|
||||
def dump_response(response, fp, headers=False, content=True, hide_auth=True):
|
||||
"""Write the contents of 'response' into a file-like object"""
|
||||
|
||||
if headers:
|
||||
|
Loading…
Reference in New Issue
Block a user