Forgot something
This commit is contained in:
parent
1c6ce76c11
commit
cbd14b6223
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def obf(data: bytes, key: bytes, decrypt: bool = False, iterations: int = 8, pro
|
|||
# don't need that anymore
|
||||
del data
|
||||
# create mp pool and process
|
||||
pool = Pool(processes=4)
|
||||
pool = Pool(processes=processes)
|
||||
results = pool.map(_obf, chunks)
|
||||
# don't need that anymore
|
||||
del chunks
|
||||
|
|
Reference in a new issue