Skip to content

Commit d892d04

Browse files
committed
printed out headers
1 parent 1e31af9 commit d892d04

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-
logging.error("headers: %s", headers)
161+
logging.info("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)