Skip to content

Commit

Permalink
✨ Fix the tracked users
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoberg committed May 3, 2024
1 parent 42f732f commit bedb4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit bedb4fc

Please sign in to comment.