We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5840ce6 commit 73e6ac8Copy full SHA for 73e6ac8
1 file changed
brawlpy/main.py
@@ -110,8 +110,6 @@ async def get_player(self, tag):
110
)
111
brrs.append(br)
112
113
- battleLog = await self.get_battle_log(tag)
114
-
115
Pl = Player(
116
player["name"],
117
player["tag"],
@@ -127,7 +125,6 @@ async def get_player(self, tag):
127
125
player["bestRoboRumbleTime"],
128
126
player["bestTimeAsBigBrawler"],
129
brrs,
130
- battleLog,
131
132
133
return Pl
0 commit comments