fix bad condition placement

This commit is contained in:
2026-08-02 05:30:23 -04:00
parent 56e85f1968
commit dacbaa0119
+1 -1
View File
@@ -151,7 +151,7 @@ def draw_frame(matrix):
matrix.canvas.Clear()
if not len(players[current_team] > 0):
if not len(players[current_team]) > 0:
graphics.DrawText(matrix.canvas, font, 10, 22,
rbg(Colors.RED.value),
"No players found")