rename environment variables and references from AICOUSTICS to AIC.

This commit is contained in:
Gökmen Görgen
2026-04-25 09:49:03 +02:00
parent ea12b10742
commit 3b2127f912
3 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ load_dotenv(override=True)
def _create_aic_filter() -> AICFilter:
license_key = os.getenv("AICOUSTICS_LICENSE_KEY", "")
license_key = os.getenv("AIC_LICENSE_KEY", "")
return AICFilter(
license_key=license_key,