We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76cd40 commit fd50d9dCopy full SHA for fd50d9d
google_symptoms/delphi_google_symptoms/run.py
@@ -60,7 +60,7 @@ def run_module(params):
60
"_".join([metric, smoother, "search"])
61
for metric, smoother in product(COMBINED_METRIC, SMOOTHERS)
62
)
63
-
+ Epidata.auth = ("epidata", params["api_credentials"])
64
# Fetch metadata to check how recent each signal is
65
metadata = Epidata.covidcast_meta()
66
# Filter to only those we currently want to produce, ignore any old or deprecated signals
0 commit comments