Richard-Weiss / Bing-Creator-Image-Downloader

Downloads all Bing Creator images from a collection
MIT License
39 stars 8 forks source link

fix: remove cookie_dict from Config class #47

Closed Richard-Weiss closed 7 months ago

Richard-Weiss commented 7 months ago

This PR will resolve #46.

The creation of the cookie_dict was experimental and not necessary after some testing. It was created when the Config instance was created, regardless of whether the .env file exists which lead to the described issue. Because it is not used, this PR will completely remove it.