Search image error

Why I can’t download images ?
image

The way I read the code is that you only load images onto your drive if the folder animal does not exist.

If for any reason, you have such folder already but it is empty, nothing will be loaded.

Fix option 1: delete your empty folder animal

Fix option 2: shift your for loop outside of the if statement (shift the whole loop 4 space to the left).

Hope it helps.

2 Likes

thanks a lot