diff --git a/get_data.py b/get_data.py index ad91cdc..883d211 100644 --- a/get_data.py +++ b/get_data.py @@ -1646,6 +1646,16 @@ async def team(who: str): ) + ".svg" ), + "photoGFX": ( + os.path.join( + "D:\\Photos", + result["league"]["abcName"], + result[who]["name"], + f"{item.get('displayNumber')}.png", + ) + if item.get("startRole") == "Player" + else "" + ), # live-стата "pts": _as_int(stats.get("points")), "pt-2": f"{g2}/{s2}",