feat: persist search review drafts

This commit is contained in:
2026-08-28 07:29:58 +03:00
parent 808ac6c792
commit 711c9e525e
8 changed files with 24 additions and 13 deletions

View File

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