1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 09:59:24 +08:00

Reverts test code in commit ea68f68d

This commit is contained in:
LmeSzinc
2024-06-28 03:19:37 +08:00
parent 58bfbe011d
commit 12bd302deb
23 changed files with 67 additions and 329 deletions

View File

@@ -219,7 +219,7 @@ class AssetExtractor:
modules = [m for m in os.listdir(AzurLaneConfig.ASSETS_FOLDER + '/cn')
if os.path.isdir(os.path.join(AzurLaneConfig.ASSETS_FOLDER + '/cn', m))]
process_map(worker, modules, max_workers=2)
process_map(worker, modules)
if __name__ == '__main__':