From c6b4055804768b6948c0312b9e91ddbda057522d Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Thu, 11 Sep 2025 20:06:34 +0800 Subject: [PATCH] fix: fix github raw endpoint Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --- frigate/data_processing/real_time/bird.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/data_processing/real_time/bird.py b/frigate/data_processing/real_time/bird.py index 22e97c21c..d547f2ddd 100644 --- a/frigate/data_processing/real_time/bird.py +++ b/frigate/data_processing/real_time/bird.py @@ -42,7 +42,7 @@ class BirdRealTimeProcessor(RealTimeProcessorApi): self.labelmap: dict[int, str] = {} GITHUB_RAW_ENDPOINT = os.environ.get( - "GITHUB_RAW_ENDPOINT", "raw.githubusercontent.com" + "GITHUB_RAW_ENDPOINT", "https://raw.githubusercontent.com" ) download_path = os.path.join(MODEL_CACHE_DIR, "bird") self.model_files = {