fix bad condition placement
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ def draw_frame(matrix):
|
|||||||
|
|
||||||
matrix.canvas.Clear()
|
matrix.canvas.Clear()
|
||||||
|
|
||||||
if not len(players[current_team] > 0):
|
if not len(players[current_team]) > 0:
|
||||||
graphics.DrawText(matrix.canvas, font, 10, 22,
|
graphics.DrawText(matrix.canvas, font, 10, 22,
|
||||||
rbg(Colors.RED.value),
|
rbg(Colors.RED.value),
|
||||||
"No players found")
|
"No players found")
|
||||||
|
|||||||
Reference in New Issue
Block a user