diff --git a/scripts/document_gen/templates/verify_mcs150.py b/scripts/document_gen/templates/verify_mcs150.py index 34fc3af..e5ce892 100644 --- a/scripts/document_gen/templates/verify_mcs150.py +++ b/scripts/document_gen/templates/verify_mcs150.py @@ -58,9 +58,9 @@ def main() -> int: # Simulate enrichment by pulling the FMCSA census the same way the handler # does, then fill. - from scripts.workers.services.mcs150_update import MCS150UpdateService + from scripts.workers.services.mcs150_update import MCS150UpdateHandler - svc = MCS150UpdateService() + svc = MCS150UpdateHandler() census = svc._fetch_carrier_record(dot) if not census: print(f"FAIL: no FMCSA census for DOT {dot}")