Skip to content

Commit fd50d9d

Browse files
committed
adding credential for google symptoms
1 parent d76cd40 commit fd50d9d

File tree

1 file changed

+1
-1
lines changed
  • google_symptoms/delphi_google_symptoms

1 file changed

+1
-1
lines changed

google_symptoms/delphi_google_symptoms/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run_module(params):
6060
"_".join([metric, smoother, "search"])
6161
for metric, smoother in product(COMBINED_METRIC, SMOOTHERS)
6262
)
63-
63+
Epidata.auth = ("epidata", params["api_credentials"])
6464
# Fetch metadata to check how recent each signal is
6565
metadata = Epidata.covidcast_meta()
6666
# Filter to only those we currently want to produce, ignore any old or deprecated signals

0 commit comments

Comments
 (0)