Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
minhkhul committed Nov 9, 2023
1 parent 39c02fa commit 06019b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hhs_hosp/delphi_hhs/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def run_module(params):
- "log_filename" (optional): str, name of file to write logs
- "epidata" (optional): dict, extra parameters to send to Epidata.covid_hosp
"""
Epidata.auth = ('epidata', str(params["validation"]["common"]["api_credentials"]))
start_time = time.time()
logger = get_structured_logger(
__name__, filename=params["common"].get("log_filename"),
Expand Down

0 comments on commit 06019b0

Please sign in to comment.