diff --git a/modes/fantasy.py b/modes/fantasy.py index b29d026..de6f91f 100644 --- a/modes/fantasy.py +++ b/modes/fantasy.py @@ -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")