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 9f8d57d commit 1e31af9Copy full SHA for 1e31af9
functions-python/helpers/utils.py
@@ -158,7 +158,7 @@ def download_and_get_hash(
158
"Chrome/126.0.0.0 Mobile Safari/537.36",
159
"Referer": url,
160
}
161
-
+ logging.error("headers: %s", headers)
162
# authentication_type == 1 -> the credentials are passed in the url
163
# Careful, some URLs may already contain a query string
164
# (e.g. http://api.511.org/transit/datafeeds?operator_id=CE)
0 commit comments