danricho / where_the

A simple Python Flask web application which helps keep track of your stored items.
GNU General Public License v3.0
61 stars 1 forks source link

Trailing spaces in data file #24

Closed danricho closed 1 year ago

danricho commented 1 year ago

Items stored in the json files are getting trailing spaces added somehow...

A nicely placed .strip() will fix this.

danricho commented 1 year ago

59e47c7 adds cleanup on update to json.