remove left over TODO

master
BodgeMaster 2022-03-21 04:21:42 +01:00
parent e0966570f6
commit cfa7117d8a
1 changed files with 0 additions and 1 deletions

View File

@ -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()