Minor update for python3.14

This commit is contained in:
Miroslav Stampar
2025-08-11 16:56:12 +02:00
parent bfbb5528f3
commit 60049f2ce9
3 changed files with 4 additions and 5 deletions

View File

@@ -166,8 +166,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
_threadFunction()
except (SqlmapUserQuitException, SqlmapSkipTargetException):
pass
finally:
return
return
kb.multiThreadMode = True