mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
layout adjustment
This commit is contained in:
@@ -88,7 +88,6 @@ def exceptionHandledFunction(threadFunction):
|
||||
raise
|
||||
except Exception, errMsg:
|
||||
# thread is just going to be silently killed
|
||||
print
|
||||
logger.error("thread %s: %s" % (threading.currentThread().getName(), errMsg))
|
||||
|
||||
def setDaemon(thread):
|
||||
|
||||
Reference in New Issue
Block a user