Fix
This commit is contained in:
parent
bf82596b00
commit
e92d76cafd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue