From cfa7117d8ad45b0b436a81e3239985b1d9838cc2 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 21 Mar 2022 04:21:42 +0100 Subject: [PATCH] remove left over TODO --- util.py | 1 - 1 file changed, 1 deletion(-) 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()