Skip to content

Commit c08a4b8

Browse files
authored
Merge pull request #487 from skruglov2023/patch-4
Fixed capitalization issue
2 parents e173791 + 7bc867e commit c08a4b8

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)