From e92d76cafdf0ccb4fc23a2e0e780a4722d1e3190 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Tue, 20 Aug 2024 11:36:07 +0100 Subject: [PATCH] Fix --- reportIPBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reportIPBlock.py b/reportIPBlock.py index 774cac3..2dafa8e 100644 --- a/reportIPBlock.py +++ b/reportIPBlock.py @@ -108,7 +108,7 @@ def main(): publishThread.join() serverThread.join() - if failure_event.is_set(): + if failureEvent.is_set(): print("One of the threads failed. Terminating") sys.exit(1)