diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-10-19 23:37:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-19 23:37:21 -0600 |
| commit | 76dc587a342d45c73c4e459e0bba233343be90da (patch) | |
| tree | 2a035f186839747d7b9c40b1ed32586908d205e0 /extract_assets.py | |
| parent | 291c1d40d67487597e5e8708ec7ee1e28fbbe40c (diff) | |
EU 1.0 OK (#265)
* EU 1.0 ok
* EU 1.1 ok
Co-authored-by: AloXado320 <david.albujar.s.30@gmail.com>
Diffstat (limited to 'extract_assets.py')
| -rwxr-xr-x | extract_assets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_assets.py b/extract_assets.py index 321c35b76..e3df08800 100755 --- a/extract_assets.py +++ b/extract_assets.py @@ -62,7 +62,7 @@ def main(): clean_assets(local_asset_file) sys.exit(0) - all_langs = ["us"] + all_langs = ["us", "eu-1.0", "eu-final"] if not langs or not all(a in all_langs for a in langs): langs_str = " ".join("[" + lang + "]" for lang in all_langs) print("Usage: " + sys.argv[0] + " " + langs_str) |
