️ Catching not images

Also got rid of the sleep
This commit is contained in:
2021-04-06 23:37:53 +03:00
parent 35a35ab9b1
commit d90b4a1b18
2 changed files with 6 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ while True:
photos_saved += 1
save_photo(image_url)
sleep(1)
#sleep(1)
except KeyboardInterrupt:
c.print(' Goodbye!', style='blue')