From bedb4fc756462a14bf5045a008fa17eb82166042 Mon Sep 17 00:00:00 2001 From: Karl Mathias Moberg Date: Fri, 3 May 2024 15:28:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Fix=20the=20tracked=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5f8e9cb..7d0a338 100644 --- a/main.py +++ b/main.py @@ -160,7 +160,7 @@ def updatePilots(ts3conn, conn): logger.error(f"Failed to add/update pilot {cid} in TS3: {e}") incrementFailCount() else: - logger.info(f"Pilot {cid} not tracked. Skipping...") + logger.debug(f"Pilot {cid} not tracked. Skipping...") # Cleanup old pilot groups if no longer active for group_name, sgid in ts3_groups.items():