Skip to content

Commit

Permalink
fix: Update file style
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch authored Feb 2, 2024
1 parent 4c23d2e commit 59cb85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan_pkg_checker/utils/request_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def check_url_status(test_url, http_method="HEAD"):
verify=False, # SSL certificate will not be verified
timeout=30,
headers={
"Range": "bytes=0-10", # Request the first 10 bytes
"Range": "bytes=0-10", # Request the first 10 bytes
"User-Agent": user_agent,
},
)
Expand Down

0 comments on commit 59cb85c

Please sign in to comment.