Show ani-cli version in config runtime info

This commit is contained in:
Dymas
2026-05-25 16:10:18 +02:00
parent 58f96cb6dd
commit 8549944be1
7 changed files with 50 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ from uuid import uuid4
PROJECT_ROOT = Path(__file__).resolve().parent
ANI_CLI = os.environ.get("ANI_CLI_BIN") or shutil.which("ani-cli") or "ani-cli"
APP_NAME = "ani-cli-web"
VERSION = "0.40.5"
VERSION = "0.40.6"
ALLANIME_BASE = "allanime.day"
ALLANIME_API = f"https://api.{ALLANIME_BASE}"
ALLANIME_REFERER = "https://allmanga.to"