фото путь добавил
This commit is contained in:
10
get_data.py
10
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}",
|
||||
|
||||
Reference in New Issue
Block a user