mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor restyling
This commit is contained in:
@@ -237,7 +237,7 @@ def unionUse(expression, unpack=True, dump=False):
|
||||
threadData = getCurrentThreadData()
|
||||
|
||||
while kb.threadContinue:
|
||||
with kb.locks.limits:
|
||||
with kb.locks.limit:
|
||||
try:
|
||||
num = threadData.shared.limits.next()
|
||||
except StopIteration:
|
||||
|
||||
Reference in New Issue
Block a user