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:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user