mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-19 23:59:28 +00:00
Remove deprecation warning
This commit is contained in:
@@ -79,7 +79,7 @@ class EventQueue(Queue, object):
|
||||
try:
|
||||
hook.execute()
|
||||
except Exception as ex:
|
||||
logging.debug(ex.message)
|
||||
logging.debug(ex)
|
||||
self.task_done()
|
||||
logging.debug("closing thread...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user