Hypfer / ICantBelieveItsNotValetudo

A Valetudo companion service which renders maps to pngs
Apache License 2.0
129 stars 80 forks source link

Parse the configuration correctly as the JSON string it is #74

Closed antlarr closed 2 years ago

antlarr commented 2 years ago

This fixes an issue with configuration being read as a string and then merged with the default configuration which is a map. This resulted in the configuration read from the file being converted to a map between indexes and individual characters of the string.

Fixes #73

Skeletorjus commented 2 years ago

I also encountered #73 and can confirm that this fixed it. Thank you!