Skip to content

Commit 1e31af9

Browse files
committed
added logging
1 parent 9f8d57d commit 1e31af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/helpers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def download_and_get_hash(
158158
"Chrome/126.0.0.0 Mobile Safari/537.36",
159159
"Referer": url,
160160
}
161-
161+
logging.error("headers: %s", headers)
162162
# authentication_type == 1 -> the credentials are passed in the url
163163
# Careful, some URLs may already contain a query string
164164
# (e.g. http://api.511.org/transit/datafeeds?operator_id=CE)

0 commit comments

Comments
 (0)