mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #982
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user