diff --git a/util.py b/util.py index 2f0605e..47c1f9b 100644 --- a/util.py +++ b/util.py @@ -27,7 +27,6 @@ def error(message, is_exception=True, handle_gracefully=True): sys.exit(EXIT_ERROR) # easy way to communicate across events -#TODO: make thread safe class Communication: def __init__(self): self.lock = threading.Lock()