update script
This commit is contained in:
parent
5363c632d7
commit
f49d0b9cb7
@ -18,7 +18,7 @@ def main(fp):
|
|||||||
json_str = gzip.decompress(compressed_json)
|
json_str = gzip.decompress(compressed_json)
|
||||||
json_dict = json.loads(json_str)
|
json_dict = json.loads(json_str)
|
||||||
|
|
||||||
print(json_dict)
|
print(json.dumps(json_dict, indent=2))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user