Skip to content

Commit

Permalink
Characters.md & setup.py
Browse files Browse the repository at this point in the history
fix Characters.md
fix setup download issue
  • Loading branch information
HerrErde committed Feb 19, 2024
1 parent 89b4e05 commit e99a99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Characters.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@
| Skye | ``skye`` |
| Thunder | ``thunder`` |
| Azura | ``azura`` |
| Dragon | ``stella`` |
| Stella | ``astra`` |
| Astra | ``dragonyear`` |
| Dragon | ``dragonyear`` |
| Stella | ``stella`` |
| Astra | ``astra`` |
1 change: 1 addition & 0 deletions script/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def download_asset(session, asset):
def download_assets(assets):
with ThreadPoolExecutor() as executor, requests.Session() as session:
executor.map(download_asset, [session] * len(assets), assets)
executor.shutdown(wait=True) # Wait for all threads to finish


download_assets(get_release())

0 comments on commit e99a99d

Please sign in to comment.