Skip to content

Commit

Permalink
Change the output format
Browse files Browse the repository at this point in the history
  • Loading branch information
UuuNyaa committed Oct 6, 2022
1 parent bfd55e6 commit 315f3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_asset_download_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def list_asset_download_counts(session, repo):
repo = sys.argv[1]

session = requests.Session()
print(json.dumps(list_asset_download_counts(session, repo), indent=2, ensure_ascii=False))
print(json.dumps(list(reversed(list_asset_download_counts(session, repo))), indent=2, ensure_ascii=False))

0 comments on commit 315f3bb

Please sign in to comment.