Skip to content

Commit 015e20e

Browse files
authored
Merge pull request #1043 from cmu-delphi/fix-sircal-logs
Fix bad field spelling on sircal log
2 parents 5335fb8 + b19e7ef commit 015e20e

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
@@ -66,7 +66,7 @@ def check_source(data_source, meta, params, grace, logger):
6666
continue
6767

6868
logger.info("Retrieving signal",
69-
source=data_source,
69+
data_source=data_source,
7070
signal=row["signal"],
7171
start_day=(datetime.now() - timedelta(days = 14)).strftime("%Y-%m-%d"),
7272
end_day=datetime.now().strftime("%Y-%m-%d"),

0 commit comments

Comments
 (0)