возможно теперь загружается матч через интернет, но не точно

This commit is contained in:
2026-08-19 15:53:18 +03:00
parent 915be04057
commit ed9889439a
5 changed files with 102 additions and 21 deletions

3
app.py
View File

@@ -29,7 +29,8 @@ 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.19.22"
BUILD_VERSION = "2026.08.19.23"
# compatibility: BUILD_VERSION = "2026.08.19.22"
load_dotenv(BASE_DIR / ".env.local")
load_dotenv(BASE_DIR / ".env")
VMIX_API_URL = os.getenv("VMIX_API_URL", "http://127.0.0.1:8088/api/")