feat: switch search index alias atomically

This commit is contained in:
2026-08-21 00:11:57 +03:00
parent 69d4090f6d
commit 601c7f085f
15 changed files with 76 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ from datetime import datetime, timezone
from pathlib import Path
from typing import Callable, Iterable
APP_VERSION = "0.5.2"
APP_VERSION = "0.5.3"
API_BASE_URL = "https://cbd.minjust.gov.kg/api/v1/OpenData/"
LANGUAGES = {"Rus": "ru", "Kyr": "ky"}
IMAGE_LANGUAGES = {"Russian": "ru", "Kyrgyz": "ky"}