kvosbur / SubRedditBackgroundImages

The idea behind this is to make a program that cycles through and sets your desktop background based off of popular wallpapers submitted to a subreddit of your choice.
0 stars 0 forks source link

File Cleanup Doesn't Occur on SIGTERM #4

Closed kvosbur closed 4 years ago

kvosbur commented 4 years ago

Whenever SIGTERM is sent to the program through either hitting ctrl-c while the program is running or killing the process the program will not cleanup any intermediate images that it had downloaded from the web.

kvosbur commented 4 years ago

Fixed in #16