mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor code refactoring and cosmetics
This commit is contained in:
@@ -36,4 +36,3 @@ def getCurrentThreadData():
|
||||
if threadUID not in kb.threadData:
|
||||
kb.threadData[threadUID] = ThreadData()
|
||||
return kb.threadData[threadUID]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user