mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
layout adjustment
This commit is contained in:
parent
dee56b17c3
commit
f5450e9f0e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user