We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3370e commit aaff161Copy full SHA for aaff161
src/client/delphi_epidata.py
@@ -79,7 +79,7 @@ def _request_with_retry(endpoint, params={}):
79
"""Make request with a retry if an exception is thrown."""
80
request_url = f"{Epidata.BASE_URL}/{endpoint}/"
81
if Epidata.debug:
82
- Epidata.logger.info("Sending GET request", url=request_url, params=params, headers=_HEADERS)
+ Epidata.logger.info("Sending GET request", url=request_url, params=params, headers=_HEADERS, auth=Epidata.auth)
83
if Epidata.sandbox:
84
resp = requests.Response()
85
resp._content = b'true'
0 commit comments