removing s

This commit is contained in:
Lucas
2021-10-09 19:39:03 -04:00
parent 9271dc34b9
commit 5247c683a2

View File

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