remove print

This commit is contained in:
Maximilian Keßler 2023-12-24 23:40:16 +01:00
parent c525f80fe9
commit 8c29d0ddc0
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -500,7 +500,6 @@ def get_player_list() -> List[Dict]:
overview.novar_winrate = round(overview.novar_winrate, 1)
overview.cs_winrate = round(overview.cs_winrate, 1)
res.append(dataclasses.asdict(overview))
print(res)
return res