We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcccd00 commit c135d31Copy full SHA for c135d31
web-scraping/download-images/download_images_js.py
@@ -44,6 +44,8 @@ def get_all_images(url):
44
# finally, if the url is valid
45
if is_valid(img_url):
46
urls.append(img_url)
47
+ # close the session to end chromium.exe process
48
+ session.close()
49
return urls
50
51
0 commit comments