Skip to content

Commit

Permalink
dev(narugo): exist_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Aug 27, 2024
1 parent a929fa1 commit 135fa15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zoo/arknights.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def _download(item, dst_file):

tar_create_index_for_directory(upload_dir)

with open(os.path.join(upload_dir, 'exist_ids.json'), 'w') as f:
json.dump(sorted(exist_ids), f)

with open(os.path.join(upload_dir, 'README.md'), 'w') as f:
print('---', file=f)
print('license: other', file=f)
Expand Down

0 comments on commit 135fa15

Please sign in to comment.