mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
More Python 3.9 fixing (can't wait for Python 10.7)
This commit is contained in:
@@ -4007,7 +4007,7 @@ def removeReflectiveValues(content, payload, suppressWarning=False):
|
||||
thread.start()
|
||||
thread.join(REFLECTED_REPLACEMENT_TIMEOUT)
|
||||
|
||||
if thread.isAlive():
|
||||
if thread.is_alive():
|
||||
kb.reflectiveMechanism = False
|
||||
retVal = content
|
||||
if not suppressWarning:
|
||||
|
||||
Reference in New Issue
Block a user