fix: restore local search review flow

This commit is contained in:
2026-09-16 06:54:37 +03:00
parent 90298fa6cc
commit 6a187760db
10 changed files with 23 additions and 20 deletions

View File

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