Skip to content

Commit b435965

Browse files
committed
move bf6 used method tests to global_mapping
1 parent c83dc4d commit b435965

File tree

4 files changed

+404
-117
lines changed

4 files changed

+404
-117
lines changed

global_mapping/readability/bf6/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
async def player_profile(data):
18-
for profile in data.get("playerProfiles"):
18+
for profile in data.get("playerProfiles", []):
1919
found_rank = None
2020
player_card = profile.get("playerCard", {})
2121
rank = player_card.get("rank", 0)

0 commit comments

Comments
 (0)