Skip to content

Commit

Permalink
fix #268
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Oct 4, 2024
1 parent 2aa24e3 commit fa2d507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getjump/getjump.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get( # noqa: PLR0913

if save_metadata:
print(
json.dumps(json_value, indent=4),
json.dumps(json.loads(json_value), indent=4, ensure_ascii=False),
file=(save_dir / "metadata.json").open(mode="w"),
)
self.__save_images(pages, save_dir, only_first=only_first, print_log=print_log)
Expand Down

0 comments on commit fa2d507

Please sign in to comment.