Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Fix JSON parsing issues #181

Closed alchemyst closed 7 years ago

alchemyst commented 7 years ago

I'm working through the issues on the 0.3.4 milestone.

This closes #155, but in the process I discovered the malformed json should never have been read properly, and replaced the eval-based method with the json module, opening and closing #180.

Merge #179 before this.

alchemyst commented 7 years ago

Remember to delete the issue-155 branch locally and on github now that this is resolved.