From 0d3e78f9c48cb38c24c812ef52ca7ccc7ac116b4 Mon Sep 17 00:00:00 2001 From: Aaron Gibson Date: Thu, 12 Mar 2026 13:08:39 +0100 Subject: [PATCH] call method update_fingerprints_if_needed, fix import setup_fingerprints does not exist; should be update_fingerprints_if_needed --- fastpath/fastpath/reprocessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastpath/fastpath/reprocessor.py b/fastpath/fastpath/reprocessor.py index 1c57f0151..143b42b7b 100755 --- a/fastpath/fastpath/reprocessor.py +++ b/fastpath/fastpath/reprocessor.py @@ -51,7 +51,7 @@ import fastpath.db as db import fastpath.s3feeder as s3f from fastpath.db import extract_input_domain -from fastpath.core import score_measurement, setup_fingerprints, unwrap_msmt +from fastpath.core import score_measurement, update_fingerprints_if_needed, unwrap_msmt metrics = statsd.StatsClient("127.0.0.1", 8125, prefix="reprocessor") log = logging.getLogger("reprocessor") @@ -381,7 +381,7 @@ def main(): log.info(f"Connecting to CH at {conf.clickhouse_url}") db.setup_clickhouse(conf) db_conn = db.click_client - setup_fingerprints() + update_fingerprints_if_needed() # s3_check(s3sig, "ooni-data-eu-fra", "none", "jsonl/tor/VE/20200827/00/20200827_VE_tor.l.0.jsonl.gz") # Fetch msmts for one day