This commit is contained in:
Thomas Williams 2024-08-20 11:36:07 +01:00
parent bf82596b00
commit e92d76cafd
Signed by: thomas
GPG key ID: EB8F975CF60BCBFF

View file

@ -108,7 +108,7 @@ def main():
publishThread.join() publishThread.join()
serverThread.join() serverThread.join()
if failure_event.is_set(): if failureEvent.is_set():
print("One of the threads failed. Terminating") print("One of the threads failed. Terminating")
sys.exit(1) sys.exit(1)