verify_mcs150: correct handler class name
This commit is contained in:
parent
79c460ef25
commit
bd0d8c0e2c
1 changed files with 2 additions and 2 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue