MotaDan / AmazonEmailer

Scrapes any range of items from an amazon category and sends out a schedules email with the item information.
0 stars 0 forks source link

Fix config file #7

Closed MotaDan closed 7 years ago

MotaDan commented 7 years ago

I made everything in the config file a string, but internally some of the values are used as lists. When I go to write out the config I use join to turn them back into strings. Once I do more than 3 joins the format is lost and just a plain dictionary is printed to the config file. An alternative to figuring out why this is happening is making temp values that are already joined and putting those in the call to dump.