Skip to content

Commit 7bc867e

Browse files
authored
Fixed capitalization issue
%/& ftc matches should work again
1 parent e173791 commit 7bc867e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dozer/cogs/ftc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ async def matches(self, ctx: DozerContext, team_num: int, event_name: str = "lat
471471
)
472472
if rank_res is None:
473473
return
474-
rank_res = rank_res['Rankings']
474+
rank_res = rank_res['rankings']
475475

476476
if not rank_res:
477477
rank = None

0 commit comments

Comments
 (0)