mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
Fixed indent headers.json
This commit is contained in:
committed by
Cristian Vargas
parent
1cce786d6d
commit
a8a8fd14ac
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user