We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0317a27 commit c2480cbCopy full SHA for c2480cb
src/neonutilities/helper_mods/api_helpers.py
@@ -547,8 +547,6 @@ def download_urls(url_set,
547
while j < 3:
548
try:
549
with open(outpath+url_set["flnm"][i], "wb") as out_file:
550
- print('length outfile:', len(
551
- outpath+url_set["flnm"][i]))
552
content = requests.get(url_set["z"][i], stream=True,
553
headers={"accept": "application/json",
554
"User-Agent": usera},
@@ -566,8 +564,6 @@ def download_urls(url_set,
566
564
567
565
568
569
570
571
572
headers={"X-API-TOKEN": token,
573
"accept": "application/json",
0 commit comments