This commit is contained in:
2025-12-06 12:42:36 +03:00
parent 9cb9e1b082
commit 5e42fd69cd

View File

@@ -3055,9 +3055,9 @@ async def info():
team2_teamstat_exl = row_team2.get("TeamStats", "")
team2_2line_exl = row_team2.get("TeamName2Lines", "")
fon_exl = latest_data.get("excel_INFO")["data"][1]["SELECT TEAM1"]
swape_exl = latest_data.get("excel_INFO")["data"][2]["SELECT TEAM1"]
logo_exl = latest_data.get("excel_INFO")["data"][3]["SELECT TEAM1"]
fon_exl = latest_data.get("excel_INFO")["data"][1]["SELECT_TEAM1"]
swape_exl = latest_data.get("excel_INFO")["data"][2]["SELECT_TEAM1"]
logo_exl = latest_data.get("excel_INFO")["data"][3]["SELECT_TEAM1"]
try:
full_format = date_obj_api.strftime("%A, %-d %B %Y")