поправлены еще раз удаления

This commit is contained in:
2026-08-20 15:37:10 +03:00
parent cd9476d167
commit 7d4f25991c
10 changed files with 115 additions and 18 deletions

3
app.py
View File

@@ -29,7 +29,7 @@ from ui_builder import install_ui_builder
from khl_site.khl_data_center import APP as khl_site_app
BASE_DIR = Path(__file__).resolve().parent
BUILD_VERSION = "2026.08.20.01"
BUILD_VERSION = "2026.08.20.12"
# compatibility: BUILD_VERSION = "2026.08.19.28"
# compatibility: BUILD_VERSION = "2026.08.19.24"
# compatibility: BUILD_VERSION = "2026.08.19.22"
@@ -226,6 +226,7 @@ async def vmix_command(
install_ui_builder(
app,
build_version=BUILD_VERSION,
settings_dir=BASE_DIR / "settings",
data_providers={
"hockey_stat2tv": hockey_stat2tv_data,