Skip to content

Commit

Permalink
report: fix data url
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Sep 8, 2024
1 parent 39ec0ee commit c547c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/olm/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def make_report(
"description": outbreak_info["description"],
"id": outbreak_info["id"],
"published_date": str(date),
"data_url": outbreak_info.get("url", ""),
}
df = read_csv(data_url, outbreak_info.get("additional_date_columns", []))
for plot in outbreak_info["plots"]:
Expand Down

0 comments on commit c547c52

Please sign in to comment.