mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
Fixed indent headers.json
This commit is contained in:
parent
1cce786d6d
commit
a8a8fd14ac
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ def get_headers(url: str, timeout: int=None) -> str:
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
)
|
)
|
||||||
|
|
||||||
return pyjson.dumps(dict(response.headers))
|
return pyjson.dumps(dict(response.headers), indent=4)
|
||||||
|
|
||||||
|
|
||||||
@enforce_types
|
@enforce_types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue