fastcheck_api fix

This commit is contained in:
valenti 2026-04-30 09:03:40 -04:00
parent f52c920b98
commit 6373d7585b

View File

@ -21,7 +21,7 @@ class SheriffV2NativeService:
def _base_url(self) -> str: def _base_url(self) -> str:
base_url = (settings.sheriff_v2_base_url or "").strip() base_url = (settings.sheriff_v2_base_url or "").strip()
if not base_url: if not base_url:
raise RuntimeError("Missing SHERIFF_V2_BASE_URL") raise RuntimeError("Missing BASE_URL")
return base_url.rstrip("/") return base_url.rstrip("/")
def _client_identifier(self) -> str: def _client_identifier(self) -> str: