1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_lock() (#3917)

This commit is contained in:
LmeSzinc
2024-06-27 22:19:46 +08:00
parent d1b16a99c2
commit ea68f68dc9
24 changed files with 338 additions and 69 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)
process_map(worker, modules, max_workers=2)
if __name__ == '__main__':