diff --git a/get_specs.py b/get_specs.py index f5362a8..df83865 100755 --- a/get_specs.py +++ b/get_specs.py @@ -14,7 +14,7 @@ def try_download_datasheet(partnum): sanitized_name = partnum.replace(" ", "") url = "https://catalog.belden.com/techdata/EN/" + sanitized_name + "_techdata.pdf" - print(url) + #print(url) try: with requests.get(url, stream=True) as r: #r.raise_for_status()