mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Patch for an Issue #982
This commit is contained in:
parent
7a04595f5e
commit
e03aaa7542
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,11 @@ try:
|
|||
except (ImportError, OSError):
|
||||
pass
|
||||
else:
|
||||
try:
|
||||
if multiprocessing.cpu_count() > 1:
|
||||
_multiprocessing = multiprocessing
|
||||
except NotImplementedError:
|
||||
pass
|
||||
|
||||
import gc
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in a new issue