Implement Telodendria admin API

This commit is contained in:
2025-10-12 18:43:01 -04:00
parent 4603ed86ac
commit 8a2bae706e
4 changed files with 90 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import copy
import json
import re
version = "1.4.2"
version = "1.4.3"
http_client = httpx.Client(headers={"User-Agent": f"Vona/{version}"})