mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-22 00:34:24 +01:00
removed unnecessary lock acquire
This commit is contained in:
@@ -84,10 +84,7 @@ class ReconShell(cmd2.Cmd):
|
||||
|
||||
output = output.decode().strip()
|
||||
|
||||
if self.terminal_lock.acquire(blocking=True):
|
||||
self.async_alert(style(f"[!] {output}", fg="bright_red"))
|
||||
|
||||
self.terminal_lock.release()
|
||||
self.async_alert(style(f"[!] {output}", fg="bright_red"))
|
||||
|
||||
def _luigi_pretty_printer(self, stderr):
|
||||
""" Helper to clean up the VERY verbose luigi log messages that are normally spewed to the terminal. """
|
||||
|
||||
Reference in New Issue
Block a user