fixing issue from stupidity

This commit is contained in:
Lucas
2021-10-09 19:40:36 -04:00
parent b816afeedd
commit 1a7c2c9a9c
2 changed files with 1 additions and 2 deletions

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}")
app.logger.info(f"Exception found in update function - {e}")
threadLock = threading.Lock()