mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Patch for an Issue #982
This commit is contained in:
parent
7a04595f5e
commit
e03aaa7542
|
@ -19,7 +19,11 @@ try:
|
|||
except (ImportError, OSError):
|
||||
pass
|
||||
else:
|
||||
_multiprocessing = multiprocessing
|
||||
try:
|
||||
if multiprocessing.cpu_count() > 1:
|
||||
_multiprocessing = multiprocessing
|
||||
except NotImplementedError:
|
||||
pass
|
||||
|
||||
import gc
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue
Block a user