загрузил иконку и поменял название вкладки браузера

This commit is contained in:
2026-08-19 15:23:57 +03:00
parent a03c54dbe8
commit 972ca701e5
7 changed files with 46 additions and 5 deletions

2
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.19.21"
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/")