From ca2921bfa65d3e18a691c8cec1126ad9dcd45cf1 Mon Sep 17 00:00:00 2001 From: Dylan Lee Date: Mon, 6 Apr 2026 12:13:27 -0400 Subject: [PATCH] fix: removed ak, hi, prvi domains from local cache on api startup --- app/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/main.py b/app/main.py index 1767f9c..c421504 100644 --- a/app/main.py +++ b/app/main.py @@ -90,9 +90,6 @@ help="List of namespaces to include in local cache. Optionally specified as :", default=[ "conus_nhf", - "ak_nhf", - "hi_nhf", - "prvi_nhf", "conus_hf", "prvi_hf", "hi_hf",