From 7bc867e8a4adca8cf30cdef63d8b51b0534654b4 Mon Sep 17 00:00:00 2001 From: Stephan K <55259393+skruglov2023@users.noreply.github.com> Date: Fri, 18 Apr 2025 21:47:17 -0500 Subject: [PATCH] Fixed capitalization issue %/& ftc matches should work again --- dozer/cogs/ftc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dozer/cogs/ftc.py b/dozer/cogs/ftc.py index 8004a762..1e0b5d4b 100755 --- a/dozer/cogs/ftc.py +++ b/dozer/cogs/ftc.py @@ -471,7 +471,7 @@ async def matches(self, ctx: DozerContext, team_num: int, event_name: str = "lat ) if rank_res is None: return - rank_res = rank_res['Rankings'] + rank_res = rank_res['rankings'] if not rank_res: rank = None