Skip to content

Commit 888292b

Browse files
authored
*FIX* for workaround to use new HSA geo_type w/ legacy client (#2170)
* workaround to use new HSA geo_type w/ legacy client * fix for silly closure/scoping in covidcast client
1 parent bdffd63 commit 888292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sir_complainsalot/delphi_sir_complainsalot/check_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def check_source(data_source, meta, params, grace, logger): # pylint: disable=t
7373
end_day=datetime.now().strftime("%Y-%m-%d"),
7474
geo_type=row["geo_type"])
7575

76-
latest_data = covidcast.signal(
76+
latest_data = covidcast.covidcast.signal(
7777
data_source, row["signal"],
7878
start_day=datetime.now() - timedelta(days = 14),
7979
end_day=datetime.now(),

0 commit comments

Comments
 (0)