diff --git a/server.py b/server.py index 28dbeea..c928a06 100644 --- a/server.py +++ b/server.py @@ -99,7 +99,7 @@ if __name__ == "__main__": try: mtaController.start_updates() except Exception as e: - logging.info(f"Exception found in update function - {e}")s + logging.info(f"Exception found in update function - {e}") threadLock = threading.Lock()