diff --git a/image_fetch.py b/image_fetch.py index 486b431..416a25d 100644 --- a/image_fetch.py +++ b/image_fetch.py @@ -36,4 +36,4 @@ with open("barcode_cleaned.csv") as bcfile: save_path = "specimen_img_raw/" + barcode + "." + img_ext save_resp = requests.get(img_url, headers=HEADERS, allow_redirects=True) open(save_path, "wb").write(save_resp.content) - break + time.sleep(1)