1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +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__':